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 e224993 commit c5c06a4Copy full SHA for c5c06a4
.github/workflows/release.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Pack
24
run: dotnet pack -c Release IGDB/IGDB.csproj /p:Version=${VERSION} --output .
25
- name: Push
26
- run: dotnet nuget push IGDB.${VERSION}.nupkg --source "https://nuget.pkg.github.com/gaseous-project/index.json" --api-key ${NUGET_TOKEN}
+ run: dotnet nuget push gaseous.IGDB.${VERSION}.nupkg --source "https://nuget.pkg.github.com/gaseous-project/index.json" --api-key ${NUGET_TOKEN}
27
env:
28
NUGET_TOKEN: ${{ secrets.NUGETKEY }}
0 commit comments