Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Use release tag without prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoKanning committed Oct 6, 2020
1 parent 4141fb9 commit a893f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Publish Artifacts
run: ./gradlew api:bintrayUpload client:bintrayUpload -DlibraryVersion=$GITHUB_REF
run: ./gradlew api:bintrayUpload client:bintrayUpload -DlibraryVersion=${GITHUB_REF##*/}
env:
BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
BINTRARY_KEY : ${{ secrets.BINTRAY_KEY }}
BINTRAY_KEY : ${{ secrets.BINTRAY_KEY }}

0 comments on commit a893f80

Please sign in to comment.