Skip to content

Commit

Permalink
Added delete-package-versions action
Browse files Browse the repository at this point in the history
Added delete-package-versions action to delete the existing package, if any, to avoid conflict with package being published
  • Loading branch information
tim-bits authored Sep 13, 2024
1 parent e6276d3 commit ee13ae2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
packages: write
deployments: write
steps:

- uses: actions/delete-package-versions@v5
with:
package-version-ids: '1.0'
package-name: 'bughouse-fen-validator'
package-type: 'npm'

- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit ee13ae2

Please sign in to comment.