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 9c54312 commit 4a8887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build -p:Version=${{ steps.version_step.outputs.fullSemVer }} --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Pack
Expand Down

0 comments on commit 4a8887b

Please sign in to comment.