Skip to content

Commit

Permalink
Fix release step
Browse files Browse the repository at this point in the history
  • Loading branch information
viartemev committed Dec 30, 2020
1 parent 780d67b commit f2eaf41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- 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
- name: Upload bintray artifact
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
run: ./gradlew bintrayUpload

0 comments on commit f2eaf41

Please sign in to comment.