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