Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
somdoron authored Apr 25, 2020
1 parent 89cf39f commit 3a8b390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shell: bash
- run: echo ${{ steps.get_version.outputs.VERSION }}
- 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 }}
- 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
env:
NUGET_API_KEY: ${{ secrets.NuGetAPIKey }}
shell: bash
Expand Down

0 comments on commit 3a8b390

Please sign in to comment.