Skip to content

Commit

Permalink
chore: push to nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Apr 2, 2024
1 parent 6f2838b commit f79ec55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
run: |
dotnet nuget push "${{ env.ArtifactDirectory }}/*.nupkg" -s "github"
# - name: Publish to nuget.org
# run: |
# dotnet nuget push "${{ env.ArtifactDirectory }}/*.nupkg" -k ${{ secrets.NUGET_ORG_API_KEY }} -s https://api.nuget.org/v3/index.json
- name: Publish to nuget.org
run: |
dotnet nuget push "${{ env.ArtifactDirectory }}/*.nupkg" -k ${{ secrets.NUGET_ORG_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit f79ec55

Please sign in to comment.