Skip to content

Commit c5c06a4

Browse files
Update release.yml
1 parent e224993 commit c5c06a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Pack
2424
run: dotnet pack -c Release IGDB/IGDB.csproj /p:Version=${VERSION} --output .
2525
- name: Push
26-
run: dotnet nuget push IGDB.${VERSION}.nupkg --source "https://nuget.pkg.github.com/gaseous-project/index.json" --api-key ${NUGET_TOKEN}
26+
run: dotnet nuget push gaseous.IGDB.${VERSION}.nupkg --source "https://nuget.pkg.github.com/gaseous-project/index.json" --api-key ${NUGET_TOKEN}
2727
env:
2828
NUGET_TOKEN: ${{ secrets.NUGETKEY }}

0 commit comments

Comments
 (0)