Skip to content

Commit

Permalink
Merge pull request #498 from CycloneDX/fix-publishing
Browse files Browse the repository at this point in the history
build: use multiline shell script for plugin publishing
  • Loading branch information
skhokhlov authored Aug 19, 2024
2 parents bf5dcf9 + dcab3ae commit 507ecd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:

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

0 comments on commit 507ecd5

Please sign in to comment.