Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit e843974

Browse files
committed
Build the maven release artifact
1 parent 6b605a7 commit e843974

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
./gradlew clean dist website
5959
6060
- name: Publish to Sonatype
61-
if: ${{ env.HAVE_GPGKEYURI == 'true' && env.CI_BRANCH == 'master' && env.CI_TAG != '' }}
61+
if: ${{ env.HAVE_GPGKEYURI == 'true' && env.CI_BRANCH == 'master' }}
6262
run: |
6363
curl -s -o secret.gpg ${{ secrets.GPGKEYURI }}
6464
./gradlew -PsonatypePassword="${{ secrets.SONATYPEPASS }}" \
@@ -67,8 +67,6 @@ jobs:
6767
-Psigning.secretKeyRingFile=./secret.gpg \
6868
mavenReleaseArtifact
6969
rm -f secret.gpg
70-
unzip -v build/distributions/maven-sinclude-${CI_TAG}.zip
71-
curl --header "Authorization: Bearer ${BEARER}" --form bundle=@build/distributions/maven-sinclude-${CI_TAG}.zip https://central.sonatype.com/api/v1/publisher/upload
7270
7371
- name: Setup upterm session
7472
uses: lhotari/action-upterm@v1

0 commit comments

Comments
 (0)