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 8a37b19 + a2b067b commit ba7244dCopy full SHA for ba7244d
.github/workflows/publish-package.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Release
26
run: dotnet build --configuration release
27
- name: Publish
28
- run: dotnet nuget push "Microsoft.NET.Build.Containers/bin/Release/Microsoft.NET.Build.Containers.*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/rainersigwald/index.json"
+ run: dotnet nuget push "Microsoft.NET.Build.Containers/bin/Release/Microsoft.NET.Build.Containers.*.nupkg" --api-key ${{ secrets.FEED_UPLOAD_TOKEN }} --source "https://nuget.pkg.github.com/rainersigwald/index.json"
0 commit comments