Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomet authored Feb 15, 2024
1 parent 524c8c4 commit f2426c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
dotnet publish -o build-output
- name: Package and Push NuGet Package to GitHub Packages
if: contains(env.tag, '-prod')
run: |
dotnet pack --configuration Release --output nupkg/
nuget push nupkg/*.nupkg -Source https://nuget.pkg.github.com/The-Poolz/index.json -ApiKey ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f2426c4

Please sign in to comment.