From 82c3583ab695b64cd7046419d77e139a9e193c56 Mon Sep 17 00:00:00 2001 From: Jongwoo Han Date: Sun, 17 Dec 2023 03:05:40 +0900 Subject: [PATCH] Chore: replace deprecated command with environment file Signed-off-by: Jongwoo Han --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00ee72ca..624d0c9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: if [[ ${GITHUB_REF} == "refs/heads/main" ]]; then VERSION=latest fi - echo ::set-output name=VERSION::${VERSION} + echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT - name: Get git revision id: vars shell: bash