From 445a478b941c5420afecc38e3bc6388f882ddc85 Mon Sep 17 00:00:00 2001 From: tramhao Date: Mon, 25 Mar 2024 14:37:02 +0800 Subject: [PATCH] remove deprecated set_output command --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5daac43b..ea1c1ea2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -213,7 +213,8 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/* file_glob: true - tag: ${{ steps.tagname.outputs.TAG }} + # tag: ${{ steps.tagname.outputs.TAG }} + tag: ${{ github.ref }} overwrite: true - name: Extract version