From 1a2809d4493e03033dca766f03b2b8275a27409a Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Mon, 6 Jan 2025 15:25:36 +0100 Subject: [PATCH] update(ci): rm reference to set-output see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ --- .github/workflows/build_release.yml | 4 ---- 1 file changed, 4 deletions(-) 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