From: Jongwoo Han Date: Mon, 6 Nov 2023 17:35:20 +0000 (+0900) Subject: Replace deprecated command with environment file (#11570) X-Git-Tag: v4.4.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b22e46cc64e9b497e1b68b76218f491211148457;p=thirdparty%2FChart.js.git Replace deprecated command with environment file (#11570) Signed-off-by: Jongwoo Han --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f40c0e018..690894f5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: version: ${{ steps.trim.outputs.version }} steps: - id: trim - run: echo "::set-output name=version::${TAG:1}" + run: echo "version=${TAG:1}" >> $GITHUB_OUTPUT env: TAG: ${{ github.event.release.tag_name }}