diff --git a/.github/workflows/create_tag.yaml b/.github/workflows/create_tag.yaml index db088cc..5a25d92 100644 --- a/.github/workflows/create_tag.yaml +++ b/.github/workflows/create_tag.yaml @@ -25,7 +25,7 @@ jobs: env: VERSION: ${{ github.event.inputs.version }} run : | - crate_version="${{ env.ARTIFACT_VERSION }}" + crate_version="$VERSION" if [[ "$crate_version" == v* ]]; then crate_version="${crate_version:1}" fi