Skip to content

Commit dcab3ae

Browse files
committed
build: use multiline shell script for plugin publishing
Signed-off-by: skhokhlov <[email protected]>
1 parent bf5dcf9 commit dcab3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939

4040
- name: Publish to Gradle portal
4141
run: |-
42-
./gradlew publishPlugin
43-
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
42+
./gradlew publishPlugin \
43+
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} \
4444
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}

0 commit comments

Comments
 (0)