Skip to content

Commit

Permalink
Update and rename release.yml to experimental.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filwiesner committed Nov 29, 2020
1 parent 4b2d8c4 commit d1eeb3e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: gradle publishToMavenLocal

- name: Publish Packages
run: gradle bintrayUpload
run: |
echo Publishing version ${{ steps.get_version.outputs.VERSION }}
gradle bintrayUpload --debug
env:
btUser: ${{ secrets.BINTRAY_USER }}
btKey: ${{ secrets.BINTRAY_KEY }}
Expand Down

0 comments on commit d1eeb3e

Please sign in to comment.