Skip to content

Commit eacc241

Browse files
Update publishnuget.yml
1 parent d7ae8af commit eacc241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishnuget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: dotnet pack -c Release -o . ${{ env.PROJECT_PATH }}
3333
- name: Publish
3434
if: github.ref == 'refs/heads/main'
35-
run: dotnet nuget push **.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
35+
run: dotnet nuget push **.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)