Skip to content

Commit

Permalink
Updating workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Jul 4, 2024
1 parent ca5b6f9 commit ebfbe60
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
run: mvn --batch-mode --update-snapshots deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/delete-package-versions@v5
- name: Delete old packages
uses: actions/delete-package-versions@v5
with:
package-name: "ai.philterd.*"
package-name: "com.mtnfog.phileas-services"
package-type: "maven"
min-versions-to-keep: 2
delete-only-pre-release-versions: true
min-versions-to-keep: 1
delete-only-pre-release-versions: false
delete-only-snapshots: false

0 comments on commit ebfbe60

Please sign in to comment.