diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6e280c..37b40a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,9 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v4 + with: + fetch-depth: 0 + token: ${{ secrets.CHANGESETS_GITHUB_TOKEN }} - name: Setup Node.js uses: volta-cli/action@v4 @@ -26,6 +29,7 @@ jobs: uses: changesets/action@v1 with: publish: npm release + setupGitUser: false env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}