Skip to content

Commit 81c2a32

Browse files
committed
Updated Github publish.yml to fit lis-gradle-cmmon-plugins v0.1.0.
1 parent 28e28c3 commit 81c2a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Build with Gradle Wrapper
3030
run: |
31-
./gradlew --info publish closeAndReleaseStagingRepositories
31+
./gradlew --info publish afterPublish
3232
env:
3333
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_SIGNING_KEY }}
3434
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_SIGNING_PASSPHRASE }}

0 commit comments

Comments
 (0)