Skip to content

Commit

Permalink
Install hub before publishing (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Feb 8, 2020
1 parent 3b86b96 commit 49296de
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 @@ -31,6 +31,7 @@ jobs:
GRADLE_PROPERTIES_B64: ${{ secrets.GRADLE_PROPERTIES_B64 }}
if: github.event_name == 'push' && env.GET_RELEASE == '404'
run: |
sudo snap install hub --classic
./.github/scripts/setup-secrets.sh
make publish/release/sonatype
make publish/release/plugin

0 comments on commit 49296de

Please sign in to comment.