Skip to content

Commit 0b6b086

Browse files
xerialclaude
andcommitted
Use sonaRelease command in release workflow
- Replace publishSigned with sonaRelease for proper release flow - sonaRelease handles both publishing and release to Central Portal 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 91aa42f commit 0b6b086

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
@@ -31,4 +31,4 @@ jobs:
3131
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
3232
SONATYPE_USERNAME: '${{ secrets.SONATYPE_USERNAME }}'
3333
SONATYPE_PASSWORD: '${{ secrets.SONATYPE_PASSWORD }}'
34-
run: ./sbt publishSigned
34+
run: ./sbt sonaRelease

0 commit comments

Comments
 (0)