From 40eaab503b23020f784f93c29de624c54d58bae3 Mon Sep 17 00:00:00 2001 From: mato533 Date: Mon, 19 Jun 2023 09:18:48 +0900 Subject: [PATCH] release: v1.0.11 --- .github/workflows/auto-release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index 2948b89..53e0905 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -114,8 +114,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Pull the remote branch - run: git pull $(git remote show) ${{ github.ref_name }} + with: + fetch-depth: 0 + ref: ${{ github.head_ref }} + - uses: actions/setup-node@v3 with: node-version: "18.x"