diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d8d3856..99ec57e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,6 +17,11 @@ jobs: with: fetch-depth: 0 + - name: Set Git Config + run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" + - name: Publish if: github.ref == 'refs/heads/main' env: diff --git a/packages/unused-files/README.md b/packages/unused-files/README.md index 02e3b72..8370416 100644 --- a/packages/unused-files/README.md +++ b/packages/unused-files/README.md @@ -3,7 +3,7 @@ ## Usage ```sh -DEBUG=unused-files yarn dlx @noahnu/unused-files --entry src/index.ts --ignore '**/node_modules' --ignore '**/dist' --deppth 10 ./src +DEBUG=unused-files yarn dlx @noahnu/unused-files --entry src/index.ts --ignore '**/node_modules' --ignore '**/dist' --depth 10 ./src ``` Or use the Node API: