Skip to content

Commit

Permalink
chore: fix nuget push command
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Apr 30, 2024
1 parent 7d0c5dd commit 1054185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: dotnet nuget push ./dist/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
- run: dotnet nuget push ./dist/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 1054185

Please sign in to comment.