We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b428 commit 2dee1c2Copy full SHA for 2dee1c2
.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.0.4
+ uses: gittools/actions/gitversion/setup@v3.1.3
23
with:
24
versionSpec: 5.x
25
- name: Determine Version
26
- uses: gittools/actions/gitversion/execute@v3.0.4
+ uses: gittools/actions/gitversion/execute@v3.1.3
27
id: gitversion # step id used as reference for output values
28
- name: Display GitVersion outputs
29
run: |
0 commit comments