diff --git a/.github/workflows/packager.yml b/.github/workflows/packager.yml index afb2f5ec..e055145b 100644 --- a/.github/workflows/packager.yml +++ b/.github/workflows/packager.yml @@ -129,10 +129,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