Skip to content

Commit 3a8b390

Browse files
authored
Update prerelease.yml
1 parent 89cf39f commit 3a8b390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
shell: bash
1616
- run: echo ${{ steps.get_version.outputs.VERSION }}
1717
- 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
18+
- run: dotnet nuget push *.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
1919
env:
2020
NUGET_API_KEY: ${{ secrets.NuGetAPIKey }}
2121
shell: bash

0 commit comments

Comments
 (0)