Skip to content

Commit

Permalink
fix: fix version in prerelease build
Browse files Browse the repository at this point in the history
  • Loading branch information
asser-dk committed Jul 11, 2024
1 parent ee8ff05 commit bd22c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
-c Release \
-o ./artifacts \
--verbosity minimal \
-p:PackageVersion=0.1.${{ github.run_number }}-alpha
-p:PackageVersion=1.0.4-${{ github.run_number }}-alpha
- name: Push to nuget.org
run: |
dotnet nuget push ./artifacts/*.nupkg \
Expand Down

0 comments on commit bd22c9f

Please sign in to comment.