We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5335eea commit 5b31d3eCopy full SHA for 5b31d3e
.github/workflows/release.yml
@@ -20,13 +20,13 @@ jobs:
20
global-json-file: global.json
21
22
- name: Install GitVersion
23
- uses: gittools/actions/gitversion/setup@v4.0.0
+ uses: gittools/actions/gitversion/setup@v3.2.1
24
with:
25
versionSpec: '5.x'
26
27
- name: Determine Version
28
id: gitversion
29
- uses: gittools/actions/gitversion/execute@v4.0.0
+ uses: gittools/actions/gitversion/execute@v3.2.1
30
31
useConfigFile: true
32
0 commit comments