Skip to content

Commit 5b31d3e

Browse files
author
a.shafie
committed
Revert gittools version to 3.2.1
1 parent 5335eea commit 5b31d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
global-json-file: global.json
2121

2222
- name: Install GitVersion
23-
uses: gittools/actions/gitversion/setup@v4.0.0
23+
uses: gittools/actions/gitversion/setup@v3.2.1
2424
with:
2525
versionSpec: '5.x'
2626

2727
- name: Determine Version
2828
id: gitversion
29-
uses: gittools/actions/gitversion/execute@v4.0.0
29+
uses: gittools/actions/gitversion/execute@v3.2.1
3030
with:
3131
useConfigFile: true
3232

0 commit comments

Comments
 (0)