diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ca7af1..c505f44 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup pnpm uses: pnpm/action-setup@v2 with: @@ -53,7 +55,6 @@ jobs: run: | git config user.name "GitHub Actions" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git checkout -- .npmrc git add . git diff-index --quiet HEAD || git commit -m "chore: release" - name: Create git tags