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 7ca819e commit e307cdfCopy full SHA for e307cdf
1 file changed
.github/workflows/dotnetcore.yml
@@ -20,11 +20,11 @@ jobs:
20
fetch-depth: 0 #fetch-depth is needed for GitVersion
21
#Install and calculate the new version with GitVersion
22
- name: Install GitVersion
23
- uses: gittools/actions/gitversion/setup@v0.10.2
+ uses: gittools/actions/gitversion/setup@v1.1.1
24
with:
25
versionSpec: 5.x
26
- name: Determine Version
27
- uses: gittools/actions/gitversion/execute@v0.10.2
+ uses: gittools/actions/gitversion/execute@v1.1.1
28
id: gitversion # step id used as reference for output values
29
- name: Display GitVersion outputs
30
run: |
0 commit comments