File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 }}
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
You can’t perform that action at this time.
0 commit comments