diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d19a0451..c663c99b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,9 +58,8 @@ jobs: - name: Get Version id: get_version - # echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} run: | - echo ::set-output name=VERSION::$(make version) + echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Upload Release Asset id: upload-release-asset