diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 908d95dd..bc0a202d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,9 +41,8 @@ jobs: run: pnpm run build - name: Publish to the npm Registry - uses: changesets/action@c48e67d110a68bc90ccf1098e9646092baacaa87 # v1.6.0 + uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }} GIT_AUTHOR_NAME: "NL Design System" GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}