Skip to content

Commit e01a188

Browse files
committed
Remove commitWebhook
1 parent ccdf9eb commit e01a188

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Grant execute permission for gradlew
3131
run: chmod +x gradlew
3232
- name: Build with Gradle
33-
run: ./gradlew publish commitWebhook
33+
run: ./gradlew publish
3434
env:
3535
MAVEN_USER: ${{ secrets.MAVEN_USER }}
3636
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)