Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Jan 16, 2020
1 parent dbeb0bc commit 46aeb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Build
run: ./gradlew build packageDocs
- name: Upload bintray
run: ./gradlew bintrayUploadInternal
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
run: ./gradlew bintrayUpload
- name: Upload docs
run: |
VERSION=${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit 46aeb94

Please sign in to comment.