diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 16d95ac..52858e9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: run: pnpm run build - name: Publish to the npm Registry - uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3 + uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 env: GITHUB_TOKEN: ${{ github.token }} GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}