Skip to content

Commit

Permalink
Update package-release.yml
Browse files Browse the repository at this point in the history
Removed pushing to GitHub.
  • Loading branch information
amsga authored Jun 29, 2024
1 parent c29d6fb commit a3be26e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,5 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release

- name: Push GitHub
run: dotnet nuget push "CoordinateSystems/bin/Release/*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --no-symbols --skip-duplicate

- name: Push NuGet
run: dotnet nuget push "CoordinateSystems/bin/Release/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_TOKEN }} --no-symbols --skip-duplicate

0 comments on commit a3be26e

Please sign in to comment.