Skip to content

Commit

Permalink
fix release (build env) (via #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam authored Jun 18, 2020
1 parent 4dc8657 commit d0f44c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: ./gradlew build -Pversion=${GITHUB_REF:10}
- name: "Publish"
run: ./gradlew bintrayUpload -Pversion=${GITHUB_REF:10}
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
- name: "Upload Zip"
uses: actions/[email protected]
env:
Expand Down

0 comments on commit d0f44c4

Please sign in to comment.