From 13a2341acead93b0ac27bad22cf74e149ed91c6c Mon Sep 17 00:00:00 2001 From: Julien Moura Date: Wed, 9 Oct 2024 12:05:55 +0200 Subject: [PATCH] update(ci): rm deprecated `set-output` command See: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ --- .github/workflows/packager.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/packager.yml b/.github/workflows/packager.yml index bc3dd45..ec4ea6f 100644 --- a/.github/workflows/packager.yml +++ b/.github/workflows/packager.yml @@ -130,10 +130,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