Skip to content

Commit

Permalink
Adjust tagged release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
feidens committed Dec 14, 2021
1 parent 108ca08 commit 10ce34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
java-version: 1.8
- name: Publish to the Maven Central Repository
run: ./gradlew publish -PcheckoutIfCloned -Prelease
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Prelease
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit 10ce34c

Please sign in to comment.