From 6f5af11cda283411e745fffe87b9373d8dde3253 Mon Sep 17 00:00:00 2001 From: TehPers Date: Mon, 8 Nov 2021 03:05:43 -0800 Subject: [PATCH] Fix tag name in release pipeline --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 40ad046..8ad99c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: id: get_version run: | TAG_VERSION="${GITHUB_REF/refs\/tags\//}" - echo ::set-output name=version::${OVERRIDE_VERSION:-TAG_VERSION} + echo ::set-output name=version::${OVERRIDE_VERSION:-$TAG_VERSION} - name: Create release id: release uses: actions/create-release@v1