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"