Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Aug 9, 2023
1 parent 209463b commit adf3324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: dotnet build -c Release
- name: Pack
run: dotnet pack
run: dotnet pack -c Release
- name: Publish the package to nuget.org
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: dotnet nuget push nupkg/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit adf3324

Please sign in to comment.