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 91394b8 commit 315a658Copy full SHA for 315a658
.github/workflows/release-beta.yml
@@ -60,7 +60,7 @@ jobs:
60
run: dotnet nuget push output/nuget/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
61
62
- name: Add GitHub NuGet Source
63
- run: dotnet nuget add source https://nuget.pkg.github.com/isc30/index.json --name "github" --username isc30 --password ${{ secrets.GITHUB_TOKEN }}
+ run: dotnet nuget add source https://nuget.pkg.github.com/isc30/index.json --name "github" --username isc30 --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
64
65
- name: Push package to GitHub
66
run: dotnet nuget push output/nuget/**/*.nupkg --source "github" --skip-duplicate
0 commit comments