Skip to content

Commit

Permalink
Fix Gradle plugin publish automation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed May 4, 2022
1 parent 08895bd commit 613e1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Gradle plugin release ${{steps.metadata.outputs.current-version}}
run:
echo -e "gradle.publish.key=${{secrets.GRADLE_PUBLISH_KEY}}\ngradle.publish.secret=${{secrets.GRADLE_PUBLISH_SECRET}}" > ~/.gradle/gradle.properties
mkdir -p ~/.gradle ; echo -e "gradle.publish.key=${{secrets.GRADLE_PUBLISH_KEY}}\ngradle.publish.secret=${{secrets.GRADLE_PUBLISH_SECRET}}" > ~/.gradle/gradle.properties
cd tools/gradle-plugin && gradle publishPlugins

- uses: radcortez/milestone-release-action@main
Expand Down

0 comments on commit 613e1b7

Please sign in to comment.