Skip to content

Commit

Permalink
Update publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CathLass authored Aug 6, 2024
1 parent f0f3eed commit 81f28d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
id: gitversion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '6.x'
- name: Determine Version
uses: gittools/actions/gitversion/[email protected]
- name: Set version
run: echo "##vso[build.updatebuildnumber]${{ steps.gitversion.outputs.SemVer }}"
- name: Restore dependencies
Expand Down

0 comments on commit 81f28d3

Please sign in to comment.