Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed May 24, 2024
1 parent 835ae62 commit 0171cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: dotnet nuget add source --username ${{ secrets.GPR_USERNAME }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name GPR ${{ secrets.GPR_URI }}

- name: Push to GitHub Packages
run: dotnet nuget push **/ci/*.nupkg -s "GPR" --skip-duplicate
run: dotnet nuget push **/ci/*.nupkg --source "GPR" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }}

- name: Delete old packages
uses: smartsquaregmbh/delete-old-packages@v0.5.0
Expand Down

0 comments on commit 0171cdb

Please sign in to comment.