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 89cf39f commit 3a8b390Copy full SHA for 3a8b390
.github/workflows/prerelease.yml
@@ -15,7 +15,7 @@ jobs:
15
shell: bash
16
- run: echo ${{ steps.get_version.outputs.VERSION }}
17
- run: dotnet pack src/NetMQ/NetMQ.csproj -o . -c Release /p:PackageVersion="${{ steps.get_version.outputs.VERSION }}-pre" /p:Version=${{ steps.get_version.outputs.VERSION }}
18
- - run: dotnet nuget push NetMQ.${{ steps.get_version.outputs.VERSION }}-pre.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
+ - run: dotnet nuget push *.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
19
env:
20
NUGET_API_KEY: ${{ secrets.NuGetAPIKey }}
21
0 commit comments