diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 0096979..2502fe2 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -150,10 +150,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - - name: Get tag name as version - id: get_version - run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - - name: Checkout uses: actions/checkout@v4