Skip to content

Commit

Permalink
Bintray upload on new release
Browse files Browse the repository at this point in the history
  • Loading branch information
viartemev committed Dec 30, 2020
1 parent 68ed3e4 commit 780d67b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: jfrog/setup-jfrog-cli@v1
- run: jfrog --version
- env:
- BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
- BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew bintrayUpload

0 comments on commit 780d67b

Please sign in to comment.