Skip to content

Commit

Permalink
fix: Release workflow for Gradle Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheCVB committed Jul 24, 2021
1 parent b1b0248 commit 390a2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
run: |
./gradlew publishPlugins -Pgradle.publish.key=$GRADLE_PUBLISH_KEY -Pgradle.publish.secret=$GRADLE_PUBLISH_SECRET
env:
IS_RELEASE: "YES"
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}

0 comments on commit 390a2e2

Please sign in to comment.