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 3aad44c commit 1edbf5aCopy full SHA for 1edbf5a
.github/workflows/wfnetcorev2.yaml
@@ -98,7 +98,7 @@ jobs:
98
# curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
99
# done
100
- name: Publish the package to GitHub
101
- run: dotnet nuget push "*.nupkg" --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols
+ run: dotnet nuget push "*.nupkg" --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
102
deploy:
103
needs: build
104
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')
0 commit comments