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 2e2c9d8 commit dd28e9dCopy full SHA for dd28e9d
1 file changed
.github/workflows/publish.yml
@@ -228,7 +228,7 @@ jobs:
228
for f in publish/*.nupkg; do
229
echo "Pushing $f …"
230
dotnet nuget push "$f" \
231
- --api-key ${{ secrets.NUGET_API_KEY }} \
+ --api-key ${{ secrets.EIGHTBOT_NUGET_APIKEY }} \
232
--source https://api.nuget.org/v3/index.json \
233
--skip-duplicate
234
done
@@ -239,7 +239,7 @@ jobs:
239
[ -f "$f" ] || continue
240
echo "Pushing symbol package $f …"
241
242
243
244
245
0 commit comments