We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46efb76 commit e82b404Copy full SHA for e82b404
.github/workflows/nuget-publish.yml
@@ -42,7 +42,7 @@ jobs:
42
run: dotnet test --no-build --verbosity normal
43
44
- name: Pack
45
- run: dotnet pack -c Debug -o out -p:Version=${{ github.event.inputs.version }} --no-build --verbosity normal
+ run: dotnet pack -c Debug -o out -p:PackageVersion=${{github.event.inputs.version}} --no-build --verbosity normal
46
47
- name: Push packages to Nuget
48
run: dotnet nuget push ./out/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
0 commit comments