We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeadab9 commit b119e3dCopy full SHA for b119e3d
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
build/distributions/sinclude-${{ env.CI_TAG }}.zip
68
69
- name: Publish to Sonatype
70
- if: ${{ env.HAVE_GPGKEYURI == 'true' && env.CI_BRANCH == 'main' && env.CI_TAG != '' }}
+ if: ${{ env.HAVE_GPGKEYURI == 'true' && env.CI_BRANCH == 'master' && env.CI_TAG != '' }}
71
run: |
72
curl -s -o secret.gpg ${{ secrets.GPGKEYURI }}
73
./gradlew -PsonatypeUsername=${{ secrets.SONATYPEUSER }} \
0 commit comments