Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii committed May 23, 2023
1 parent 934a2f7 commit 0bb0d6c
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:
fetch-depth: 0
- name: Get release version from tag
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" | cut -c2- >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/:1}" >> $GITHUB_ENV
- name: Set release version in file
run: |
echo ${{ env.RELEASE_VERSION }} > version.txt
Expand Down

0 comments on commit 0bb0d6c

Please sign in to comment.