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 3a0c67b commit 6e72815Copy full SHA for 6e72815
.github/workflows/dotnetcore.yml
@@ -45,5 +45,6 @@ jobs:
45
run: dotnet-validate package local out/*.nupkg
46
47
- name: Publish
48
+ if: github.event_name == 'release'
49
run: |
50
dotnet nuget push out/PostalCodes.${{ env.VERSION }}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
0 commit comments