Skip to content

Commit

Permalink
Minor updates to Maven publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed Jan 8, 2025
1 parent c11620f commit 016e300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
clean:
name: Cleanup Packages
runs-on: ubuntu-latest
needs: build
steps:
- name: Delete 4.x Package Versions
- name: Delete 4.x & 5.x Package Versions
uses: actions/delete-package-versions@v5
with:
package-name: 'datastax.cdm.cassandra-data-migrator'
Expand Down

0 comments on commit 016e300

Please sign in to comment.