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 915f36c commit 136f593Copy full SHA for 136f593
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
37
# GPR
38
# workaround for GPR push issue
39
- curl -sX PUT -u "foundatiofx:${{ secrets.GITHUB_TOKEN }}" -F package=@$package https://nuget.pkg.github.com/exceptionless/
+ curl -sX PUT -u "exceptionless:${{ secrets.GITHUB_TOKEN }}" -F package=@$package https://nuget.pkg.github.com/exceptionless/
40
41
# feedz (remove once GPR supports anonymous access)
42
dotnet nuget push $package --source https://f.feedz.io/exceptionless/exceptionless/nuget --api-key ${{ secrets.FEEDZ_KEY }}
0 commit comments