File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3030 - name : run number with offset
3131 env :
3232 NUM : ${{ github.GITHUB_RUN_NUMBER }}
33- run : |
34- echo "BUILD_NUMBER=$(($NUM+93))" >> $GITHUB_ENV
33+ run : echo "BUILD_NUMBER=$(($NUM+93))" >> $GITHUB_ENV
3534 - name : Build with Gradle
36- run : ./gradlew clean build
35+ run : ./gradlew --refresh-dependencies -s clean build
3736 env :
3837 CI_SYSTEM : Github Actions
3938 GIT_COMMIT : ${{ github.GITHUB_SHA }}
4746 # The USERNAME and TOKEN need to correspond to the credentials environment variables used in
4847 # the publishing section of your build.gradle
4948 - name : Publish to Sponge Maven & GitHub Packages
50- run : ./gradlew uploadArchives
49+ run : ./gradlew : uploadArchives
5150 env :
5251 GITHUB_USERNAME : ${{ github.actor }}
5352 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments