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.
2 parents 02ffe75 + 602ce72 commit 1eb55f2Copy full SHA for 1eb55f2
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@v4.0.1
+ uses: gittools/actions/gitversion/setup@v4.1.0
23
with:
24
versionSpec: 6.x
25
- name: Determine Version
26
- uses: gittools/actions/gitversion/execute@v4.0.1
+ uses: gittools/actions/gitversion/execute@v4.1.0
27
id: gitversion # step id used as reference for output values
28
- name: Display GitVersion outputs
29
run: |
0 commit comments