File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 JRELEASER_NEXUS2_PASSWORD : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
2626 run : ./gradlew jreleaserConfig
2727 - name : Build artifacts
28- if : ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
28+ # if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
2929 env :
3030 SIGNING_PRIVATE_KEY : ${{ secrets.MAVEN_CENTRAL_GPG_KEY }}
3131 SIGNING_PASSWORD : ${{ secrets.MAVEN_CENTRAL_GPG_PASSWORD }}
3232 run : ./gradlew publish
3333 - name : Deploy artifacts
34- if : ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
34+ # if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
3535 env :
3636 JRELEASER_MAVENCENTRAL_USERNAME : ${{ secrets.SONATYPE_CENTRAL_USERNAME }}
3737 JRELEASER_MAVENCENTRAL_PASSWORD : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
You can’t perform that action at this time.
0 commit comments