Skip to content

Commit

Permalink
Update to delete-old-packages 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed May 24, 2024
1 parent b0f5911 commit 73986d2
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 @@ -42,7 +42,7 @@ jobs:
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
uses: smartsquaregmbh/delete-old-packages@v0.8.0
with:
keep: 5
names: ${{ env.PACKAGE_ID }}

0 comments on commit 73986d2

Please sign in to comment.