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 a34b233 commit 174e1fbCopy full SHA for 174e1fb
.github/workflows/publish.yaml
@@ -19,4 +19,4 @@ jobs:
19
- name: Build
20
run: dotnet pack CelesteMod.Templates.csproj --configuration Release -p:version=${{env.CURRENT_TAG}} --no-restore
21
- name: Publish
22
- run: dotnet nuget push bin/Release/CelesteMod.Templates.${{env.CURRENT_TAG}}.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
+ run: dotnet nuget push bin/Release/CelesteMod.Templates.${{env.CURRENT_TAG}}.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_API_KEY}}
0 commit comments