Skip to content

Commit

Permalink
Replicating sucessful snapshot fix to release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Jul 17, 2024
1 parent 7be5214 commit 4a28fc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-core-
- name: Publush release to sonatype
run: ./gradlew clean build publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
run: |
./gradlew clean build
./gradlew publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
env:
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
Expand Down

0 comments on commit 4a28fc1

Please sign in to comment.