Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Mar 9, 2021
1 parent 85aff24 commit 25d7415
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
git commit -m "Bumb app version to ${RELEASE_VERSION}"
- name: Setup bintray
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
run: |
echo -e "bintray.user=${BINTRAY_USER}\nbintray.apikey=${BINTRAY_API_KEY}" > local.properties
Expand Down

0 comments on commit 25d7415

Please sign in to comment.