From b886e365c4f825c701344b3840f25ba530c41b34 Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 3 Apr 2024 13:35:31 +0800 Subject: [PATCH] ci: fix github.ref read --- .github/workflows/release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index e580200..785542c 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -36,7 +36,7 @@ jobs: runs-on: ${{ matrix.os || 'ubuntu-20.04' }} timeout-minutes: 60 env: - SHEAR_VERSION: ${{ GITHUB_REF }} + SHEAR_VERSION: ${{ github.ref }} steps: - uses: taiki-e/checkout-action@v1