Skip to content

Commit fa4de07

Browse files
committed
new publish command
1 parent 696e83e commit fa4de07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build and Test
4545
run: chmod +x gradlew && ./gradlew clean test
4646
- name: Verify, Sign and Publish Release
47-
run: ./gradlew -i signArchives signMavenJavaPublication publishToSonatype closeAndReleaseSonatypeStagingRepository
47+
run: ./gradlew -i publishToSonatype closeAndReleaseSonatypeStagingRepository
4848
- name: Clean up
4949
if: always()
5050
run: pkill -9 nats-server 2>/dev/null || true

0 commit comments

Comments
 (0)