Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xsustek authored Sep 19, 2024
1 parent 07653b6 commit b33c871
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 @@ -29,4 +29,4 @@ jobs:
- name: Nuget push
env:
YOUR_GITHUB_PAT: ${{ secrets.YOUR_GITHUB_PAT }}
run: dotnet nuget push "./packages/*.snupkg" --source "https://api.nuget.org/v3/index.json" --api-key $YOUR_GITHUB_PAT
run: dotnet nuget push "./packages/*.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key $YOUR_GITHUB_PAT

0 comments on commit b33c871

Please sign in to comment.