Skip to content

Commit e390528

Browse files
committed
6.8.1-SNAPSHOT
also move Modrinth publish above broken Javadoc publish for future
1 parent 9be0459 commit e390528

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=net.kyori
2-
version=6.8.0
2+
version=6.8.1-SNAPSHOT
33
description=Integration between the adventure library and Minecraft: Java Edition, using the Fabric and NeoForge modding systems
44

55
javadocPublishRoot=https://jd.advntr.dev/platform/

0 commit comments

Comments
 (0)