Skip to content

Commit

Permalink
Working on snapshot deploy to maven central.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Jul 9, 2024
1 parent ebfbe60 commit 4311dc9
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 297 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,5 @@ jobs:
- name: Build and Deploy
run: mvn --batch-mode --update-snapshots deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Delete old packages
uses: actions/delete-package-versions@v5
with:
package-name: "com.mtnfog.phileas-services"
package-type: "maven"
min-versions-to-keep: 1
delete-only-pre-release-versions: false
delete-only-snapshots: false
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Loading

0 comments on commit 4311dc9

Please sign in to comment.