Skip to content

Commit b119e3d

Browse files
committed
Fix branch name in publish step
1 parent eeadab9 commit b119e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
build/distributions/sinclude-${{ env.CI_TAG }}.zip
6868
6969
- name: Publish to Sonatype
70-
if: ${{ env.HAVE_GPGKEYURI == 'true' && env.CI_BRANCH == 'main' && env.CI_TAG != '' }}
70+
if: ${{ env.HAVE_GPGKEYURI == 'true' && env.CI_BRANCH == 'master' && env.CI_TAG != '' }}
7171
run: |
7272
curl -s -o secret.gpg ${{ secrets.GPGKEYURI }}
7373
./gradlew -PsonatypeUsername=${{ secrets.SONATYPEUSER }} \

0 commit comments

Comments
 (0)