Skip to content

Commit

Permalink
Publish to gradle portal when release (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro authored Jul 17, 2020
1 parent c04a8e1 commit 93507ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Publish with Gradle
run: gradle publish
- name: Publish plugins to Gradle Portal
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
if: ${{ github.event_name == 'release' }}
run: gradle publishPlugins

0 comments on commit 93507ed

Please sign in to comment.