Skip to content

Commit 117e3d7

Browse files
authored
feat: publish the shadow publication as well (#153)
1 parent 76bfad2 commit 117e3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Publish to MavenCentral
3131
run: |
3232
sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"
33-
./gradlew publishReleasePublicationToSonatypeRepository --no-daemon --max-workers 1 closeAndReleaseSonatypeStagingRepository
33+
./gradlew publishToSonatype --no-daemon --max-workers 1 closeAndReleaseSonatypeStagingRepository
3434
env:
3535
STREAM_KEY: ${{ secrets.STREAM_KEY }}
3636
STREAM_SECRET: ${{ secrets.STREAM_SECRET }}

0 commit comments

Comments
 (0)