Skip to content

Commit

Permalink
Remove snapshot deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ralscha committed Aug 31, 2024
1 parent bbe6184 commit 4f6accf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ jobs:
java-version: 21
- name: Build with Java 21
run: ./mvnw -B clean test --file pom.xml
- name: Deploy to Sonatype
run: ./mvnw -B -Drepo.username=${{secrets.SONATYPE_USERNAME}} -Drepo.password=${{secrets.SONATYPE_PASSWORD}} clean deploy -DskipTests=true --settings mySettings.xml

0 comments on commit 4f6accf

Please sign in to comment.