Skip to content

Commit

Permalink
Disable deploy to Sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Sep 12, 2023
1 parent efaac14 commit 7510b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
java-version: 17
distribution: temurin
- name: Release Maven package
run: ./gradlew publishJvmPublicationToSonatypeRepository
#run: ./gradlew publishJvmPublicationToSonatypeRepository
run: ./gradlew assemble
env:
OSSRH_USERNAME: ${{ secrets.SONATYPE_OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.SONATYPE_OSSRH_PASSWORD }}
3 changes: 2 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
java-version: 17
distribution: temurin
- name: Release Maven package
run: ./gradlew publishJvmPublicationToSonatypeRepository -PremoveSnapshot
#run: ./gradlew publishJvmPublicationToSonatypeRepository -PremoveSnapshot
run: ./gradlew assemble
with:
OSSRH_USERNAME: ${{ secrets.SONATYPE_OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.SONATYPE_OSSRH_PASSWORD }}
Expand Down

0 comments on commit 7510b7f

Please sign in to comment.