Skip to content

Commit

Permalink
fix: change version parsing prefix (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Melnychuk authored Jan 25, 2022
1 parent 2909a1e commit 31e812f
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 @@ -29,7 +29,7 @@ jobs:

- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}

- name: Set Env Variables
run: |
Expand Down

0 comments on commit 31e812f

Please sign in to comment.