diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45c9ddd..20a05c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,6 @@ jobs: steps: - name: checkout code uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: configure git run: | git config --global user.name 'github-actions[bot]'