Skip to content

Commit b3ae541

Browse files
committed
try to fix 0.6.0 release
1 parent c026fda commit b3ae541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
MAVEN_USER_PASSWORD: ${{ secrets.MAVEN_USER_PASSWORD }}
2828
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
2929
MAVEN_GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
30-
run: ./gradlew --no-daemon --info --stacktrace publish publishToSonatype closeAndReleaseSonatypeStagingRepository
30+
run: ./gradlew --no-daemon --info --stacktrace sign publishToSonatype closeAndReleaseSonatypeStagingRepository
3131
if: env.MAVEN_USERNAME != ''

0 commit comments

Comments
 (0)