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 0b461b8 + d35136c commit b3a94f9Copy full SHA for b3a94f9
.github/workflows/dotnet.yml
@@ -26,12 +26,12 @@ jobs:
26
- name: Test
27
run: dotnet test --no-build --verbosity normal
28
- name: Install GitVersion
29
- uses: gittools/actions/gitversion/setup@v0.9.15
+ uses: gittools/actions/gitversion/setup@v0.10.2
30
with:
31
versionSpec: '5.x'
32
- name: Determine Version
33
id: gitversion # step id used as reference for output values
34
- uses: gittools/actions/gitversion/execute@v0.9.15
+ uses: gittools/actions/gitversion/execute@v0.10.2
35
- name: Semantic Version
36
run: |
37
echo "SemVer: ${{ steps.gitversion.outputs.semVer }}"
0 commit comments