Skip to content

Commit

Permalink
Merge pull request #116 from Archomeda/ci/update-gittools
Browse files Browse the repository at this point in the history
Update GitTools reference
  • Loading branch information
Archomeda authored Feb 28, 2022
2 parents 1018997 + 0521cfe commit 1a12b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
shell: powershell
run: |
set-Content -Path Gw2Sharp/Properties/AssemblyVersionInfo.cs -Value 'using System.Reflection;'
- uses: gittools/actions/gitversion/setup@v0.9.6
- uses: gittools/actions/gitversion/setup@v0.9.11
with:
versionSpec: '5.x'
- uses: gittools/actions/gitversion/execute@v0.9.6
- uses: gittools/actions/gitversion/execute@v0.9.11
id: gitversion
with:
updateAssemblyInfo: true
Expand Down

0 comments on commit 1a12b1d

Please sign in to comment.