ref: b28eea24fcab53f6d8b4d45392e50d3e05e7b69d
parent: a1e59ddc3d587616a66e19f5145c85c31a5ea942
author: Eldred Habert <eldredhabert0@gmail.com>
date: Tue Oct 4 11:43:57 EDT 2022
Update .github/workflows/create-release-artifacts.yaml Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
--- a/.github/workflows/create-release-artifacts.yaml
+++ b/.github/workflows/create-release-artifacts.yaml
@@ -21,7 +21,7 @@
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