Skip to content

Commit

Permalink
build: use multiline shell script for plugin publishing
Browse files Browse the repository at this point in the history
Signed-off-by: skhokhlov <me@skhlv.nyc>
  • Loading branch information
skhokhlov committed Aug 19, 2024
1 parent bf5dcf9 commit dcab3ae
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 dcab3ae

Please sign in to comment.