Skip to content

Commit

Permalink
Fix publish 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeraNovaLP committed Nov 12, 2024
1 parent 75db4f3 commit bed97d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dotnet-version: '8.0.x'
- name: Pack
run: |
dotnet pack OAuth2Authenticator\OAuth2Authenticator.csproj -c Release --nologo
dotnet pack -c Release --nologo
- name: Push
run: |
dotnet nuget push "OAuth2Authenticator/bin/Release/OAuth2Authenticator.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit bed97d2

Please sign in to comment.