Skip to content

Commit

Permalink
Adding tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmook authored Oct 1, 2019
1 parent 31340c2 commit 74bbea4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')

- name: Upload tag
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
run: ./gradlew bintrayUpload
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 74bbea4

Please sign in to comment.