Skip to content

Commit 5f5ee6b

Browse files
update publish workflow
1 parent 2aadcbb commit 5f5ee6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,22 @@ jobs:
3131
env:
3232
IS_RELEASE: true
3333
DISABLE_PROPERTIES_UPDATE: true
34+
VERSION_SUFFIX: ""
3435

3536

3637
- name: Build with Gradle
3738
run: ./gradlew build
3839
env:
3940
IS_RELEASE: true
4041
DISABLE_PROPERTIES_UPDATE: true
42+
VERSION_SUFFIX: ""
4143

4244
- name: Upload to Modrinth
4345
run: ./gradlew modrinth
4446
env:
4547
IS_RELEASE: true
4648
DISABLE_PROPERTIES_UPDATE: true
49+
VERSION_SUFFIX: ""
4750
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
4851
VERSION_NAME: ${{ github.event.release.name }}
4952
VERSION_IS_PRERELEASE: ${{ github.event.release.prerelease }}
@@ -54,6 +57,7 @@ jobs:
5457
env:
5558
IS_RELEASE: true
5659
DISABLE_PROPERTIES_UPDATE: true
60+
VERSION_SUFFIX: ""
5761
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
5862
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
5963

0 commit comments

Comments
 (0)