File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 88jobs :
99 publish :
1010 if : github.repository_owner == 'ViaVersion'
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - name : Checkout Repository
1414 uses : actions/checkout@v4
2222 distribution : ' temurin'
2323 java-version : 17
2424 check-latest : true
25- - name : Publish
25+ - name : Build
26+ run : ./gradlew build
27+ - name : Publish to Hangar
2628 env :
2729 HANGAR_TOKEN : ${{ secrets.HANGAR_TOKEN }}
30+ run : ./gradlew publishAllPublicationsToHangar --stacktrace
31+ continue-on-error : true
32+ - name : Publish to Modrinth
33+ env :
2834 MODRINTH_TOKEN : ${{ secrets.MODRINTH_TOKEN }}
29- run : ./gradlew build modrinth publishAllPublicationsToHangar
35+ run : ./gradlew modrinth --stacktrace
36+ continue-on-error : true
You can’t perform that action at this time.
0 commit comments