File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,12 @@ jobs:
113113 ORG_GRADLE_PROJECT_sonatypePassword : " ${{ secrets.ADVENTURE_SONATYPE_PASSWORD }}"
114114 ORG_GRADLE_PROJECT_kyoriSigningKey : " ${{ secrets.ADVENTURE_GPG_KEY }}"
115115 ORG_GRADLE_PROJECT_kyoriSigningPassword : " ${{ secrets.ADVENTURE_GPG_PASSWORD }}"
116+ - name : " publish release to modrinth"
117+ if : " ${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}"
118+ run : ./gradlew publishModrinth
119+ env :
120+ MODRINTH_TOKEN : " ${{ secrets.PAPERMC_MODRINTH_TOKEN }}"
121+ RELEASE_NOTES : " ${{ github.event.release.body }}"
116122 - name : " copy javadoc for publication"
117123 if : " ${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}"
118124 run : |
@@ -144,9 +150,3 @@ jobs:
144150 clean : false
145151 force : false
146152 commit-message : " Publishing javadoc for ${{ github.repository }} ${{ env.PROJECT_VERSION }}"
147- - name : " publish release to modrinth"
148- if : " ${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}"
149- run : ./gradlew publishModrinth
150- env :
151- MODRINTH_TOKEN : " ${{ secrets.PAPERMC_MODRINTH_TOKEN }}"
152- RELEASE_NOTES : " ${{ github.event.release.body }}"
Original file line number Diff line number Diff line change 11group =net.kyori
2- version =6.8.0
2+ version =6.8.1-SNAPSHOT
33description =Integration between the adventure library and Minecraft: Java Edition, using the Fabric and NeoForge modding systems
44
55javadocPublishRoot =https://jd.advntr.dev/platform/
You can’t perform that action at this time.
0 commit comments