From e92b380b3fcd55e8ac5796e0ab15e8296bd2533a Mon Sep 17 00:00:00 2001 From: ericwq Date: Fri, 2 Feb 2024 22:43:43 +0800 Subject: [PATCH] use basic checkout --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9525ed14..17f0b07e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,8 +28,8 @@ jobs: steps: - name: checkout uses: actions/checkout@master - with: - ref: ${{ github.head_ref }} + # with: + # ref: ${{ github.ref }} # - name: Set up Go # uses: actions/setup-go@master