From 2c1f142e41141468fa3ab2dba8b5c89ece5a8811 Mon Sep 17 00:00:00 2001 From: snail Date: Thu, 24 Oct 2024 15:46:26 +0800 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1b4e8c..f904ba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Set variables id: vars run: | - tag=`basename ${{ github.ref }}` + echo "tag=`basename ${{ github.ref }}`" >> $GITHUB_OUTPUT echo ${{ steps.vars.outputs.tag }} pwd # golang_version=1.22