Skip to content

Commit

Permalink
Update publishnuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenMeisler authored May 26, 2023
1 parent d7ae8af commit eacc241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: dotnet pack -c Release -o . ${{ env.PROJECT_PATH }}
- name: Publish
if: github.ref == 'refs/heads/main'
run: dotnet nuget push **.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push **.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit eacc241

Please sign in to comment.