Skip to content

Commit

Permalink
Try to fix GitHUb ref env. variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Arias committed Jan 24, 2021
1 parent 1d300fb commit 2fb8d97
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 @@ -37,7 +37,7 @@ jobs:
id: release_name
uses: web3j/[email protected]
with:
value: ${GITHUB_REF}
value: ${{ GITHUB_REF }}
start: 8 # Remove 'release/' prefix
- name: Build and stage release
run: ./gradlew publish bintrayUpload -Pversion=${{ steps.release_name.outputs.result }}
Expand Down

0 comments on commit 2fb8d97

Please sign in to comment.