Update .github/workflows/create-release-artifacts.yaml

Co-authored-by: Rangi <[email protected]>
This commit is contained in:
Eldred Habert
2022-10-04 12:50:46 -04:00
committed by Rangi
co-authored by Rangi
parent a1e59ddc3d
commit b28eea24fc
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Get version from tag
shell: bash
run: | # Turn "refs/tags/vX.Y.Z" into "X.Y.Z"
run: | # Turn "vX.Y.Z" into "X.Y.Z"
VERSION="${{ github.ref_name }}"
echo "version=${VERSION#v}" >> $GITHUB_ENV
- uses: actions/checkout@v2