Skip to content

Commit 71ec439

Browse files
authored
Update tagget_release.yaml
Switches to Grande nexus publishing plugin
1 parent 81855d5 commit 71ec439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tagget_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: 1.8
1616
- name: Publish to the Maven Central Repository
17-
run: ./gradlew :publish -Prelease
17+
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Prelease
1818
env:
1919
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2020
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)