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.
2 parents 399c1e7 + 1fafa68 commit 5b34797Copy full SHA for 5b34797
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
run: |
85
for f in ./nupkg/*.nupkg
86
do
87
- curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_SOURCE
+ curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
88
done
89
- name: Push to NuGet Feed
90
run: dotnet nuget push ./nupkg/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
0 commit comments