Skip to content

Commit 507ecd5

Browse files
authored
Merge pull request #498 from CycloneDX/fix-publishing
build: use multiline shell script for plugin publishing
2 parents bf5dcf9 + dcab3ae commit 507ecd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-publish.yaml

+2-2
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)