Skip to content

Commit

Permalink
Publish plugins to gradle portal when release created (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro authored May 23, 2020
1 parent e4ce818 commit 6a22aff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:
gradle-portal-secret: ${{ secrets.GRADLE_PUBLISH_SECRET }}
gpg-key-name: ${{ secrets.GPG_KEY_NAME }}
- name: Publish with Gradle
run: gradle publish
run: gradle publish
- name: Publish plugins to Gradle Portal
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
run: gradle publishPlugins

0 comments on commit 6a22aff

Please sign in to comment.