We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e91fb4f + e4c70b0 commit 9c270f0Copy full SHA for 9c270f0
1 file changed
.github/workflows/workflow.yml
@@ -19,11 +19,11 @@ jobs:
19
fetch-depth: 0 #fetch-depth is needed for GitVersion
20
#Install and calculate the new version with GitVersion
21
- name: Install GitVersion
22
- uses: gittools/actions/gitversion/setup@v3.1.11
+ uses: gittools/actions/gitversion/setup@v3.2.0
23
with:
24
versionSpec: 5.x
25
- name: Determine Version
26
- uses: gittools/actions/gitversion/execute@v3.1.11
+ uses: gittools/actions/gitversion/execute@v3.2.0
27
id: gitversion # step id used as reference for output values
28
- name: Display GitVersion outputs
29
run: |
0 commit comments