Skip to content

Commit

Permalink
remove publish to GitHub Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielklecha committed Aug 17, 2024
1 parent 0793b28 commit f2690b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
run: dotnet pack SharpIpp/SharpIpp.csproj --configuration Release --no-build
- name: Publish to NuGet
run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGETAPIKEY }}
- name: Publish to GitHub Packages
run: dotnet nuget push **/*.nupkg --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f2690b2

Please sign in to comment.