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

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
Eldred Habert
2022-10-04 15:43:57 +02:00
committed by Rangi
parent a1e59ddc3d
commit b28eea24fc

View File

@@ -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