diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index e2cb6a7e8..dcf6303ce 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: "0" - name: Use Node.js uses: actions/setup-node@v3