Skip to content

Commit

Permalink
Updated gittools gitversion action version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitaker committed Oct 7, 2020
1 parent 505bc45 commit 657d825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
dotnet-version: 2.2.108

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.6.2
uses: gittools/actions/gitversion/setup@v0.9.4
with:
versionSpec: '5.1.x'

- name: Run GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/actions/gitversion/execute@v0.6.2
uses: gittools/actions/gitversion/execute@v0.9.4

- name: Build project
run: dotnet build -c Release /p:Version=${{ steps.gitversion.outputs.legacySemVer }} /p:AssemblyVersion=${{ steps.gitversion.outputs.assemblySemVer }}
Expand Down

0 comments on commit 657d825

Please sign in to comment.