File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 5353 - name : Setup Gradle
5454 uses : gradle/actions/setup-gradle@v5
5555
56- - name : Prepare artifacts in staging-deploy directories
57- run : ./gradlew publish
58-
59- - name : Upload artifacts to Maven Central Repository
60- env :
61- JRELEASER_MAVENCENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
62- JRELEASER_MAVENCENTRAL_PASSWORD : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
63- JRELEASER_GPG_PASSPHRASE : ${{ secrets.MAVEN_CENTRAL_GPG_PASSPHRASE }}
64- JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.MAVEN_CENTRAL_GPG_PUBLIC_KEY }}
65- JRELEASER_GPG_SECRET_KEY : ${{ secrets.MAVEN_CENTRAL_GPG_SECRET_KEY }}
66- run : ./gradlew jreleaserDeploy -Dorg.gradle.jvmargs="-Xmx4g"
67-
68- - name : Upload JReleaser outputs
69- if : always()
70- uses : actions/upload-artifact@v5
71- with :
72- name : jreleaser-release
73- path : |
74- build/jreleaser/trace.log
75- build/jreleaser/output.properties
76-
7756 - name : Login to GitHub Container Registry
7857 uses : docker/login-action@v3
7958 with :
You can’t perform that action at this time.
0 commit comments