Skip to content

Commit

Permalink
Fix delete-package-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
YaytayAtWork committed May 2, 2024
1 parent dfbb95e commit 6551f04
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,17 @@ jobs:
artifacts: "target/params4j*.jar*"
token: ${{ github.token }}

- uses: actions/delete-package-versions@v5
- name: Tidy up old package versions
uses: actions/delete-package-versions@v5
continue-on-error: true
with:
package-name: 'uk.co.spudsoft.params4j'
min-versions-to-keep: 10
package-name: 'params4j'
package-type: container
min-versions-to-keep: 4
num-old-versions-to-delete: 0
delete-only-pre-release-versions: "true"


- name: Checkout GitHub Pages
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6551f04

Please sign in to comment.