Skip to content

Commit

Permalink
💚 fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Feb 14, 2020
1 parent 0523e53 commit d262597
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 @@ -15,7 +15,7 @@ jobs:

- name: Publish the artifact
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USERNAME }}
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_API_KEY }}
run: ./gradlew clean build generatePomFileForReleasePublication bintrayUpload --no-daemon

Expand Down

0 comments on commit d262597

Please sign in to comment.