Skip to content

Commit

Permalink
Fix: Properly remove first character of released tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oluiscabral committed Dec 15, 2024
1 parent 736a206 commit ceef135
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 @@ -53,5 +53,5 @@ jobs:
run: gradle publish
working-directory: ./java
env:
RELEASE_VERSION: ${{ github.ref_name:1 }}
RELEASE_VERSION: ${{ github.ref_name[1] }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ceef135

Please sign in to comment.