Skip to content

Commit

Permalink
Update package pruning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Mar 31, 2024
1 parent a31c72d commit c50a2a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:

# To ensure that the current version being pushed does not get pruned we prune first.
- name: Prune packages older than 4 versions (new version is the 5th)
uses: smartsquaregmbh/delete-old-packages@v0.4.0
uses: smartsquaregmbh/delete-old-packages@v0.8.0
with:
type: nuget
keep: 4
names: |
Remora.Rest
Expand Down

0 comments on commit c50a2a0

Please sign in to comment.