Skip to content

Commit 16714d0

Browse files
committed
Update the command used to publish
Authored-by: Leonhardt Koepsell <[email protected]>
1 parent 433bd3f commit 16714d0

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
@@ -89,7 +89,7 @@ jobs:
8989
run: sops --decrypt publishing.enc.properties >> gradle.properties
9090

9191
- name: Publish Plugin
92-
run: ./gradlew publishPlugins -Pversion=${{ steps.changelog.outputs.version }}
92+
run: ./gradlew publishAndReleaseToMavenCentral -Pversion=${{ steps.changelog.outputs.version }}
9393

9494
- name: Remove Publishing Secrets
9595
run: git checkout gradle.properties

0 commit comments

Comments
 (0)