diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41c9970..50c7f78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Prepare repository - run: git fetch --unshallow --prune --tags + run: git fetch --prune --tags - name: Read .nvmrc id: nvm