Merge pull request #1795 from lowdefy/fix-changesets

chore: Configure changesets action not to create github releases.
This commit is contained in:
Sam 2024-02-28 12:50:35 +02:00 committed by GitHub
commit 06e957e0ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,7 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm run publish
createGithubReleases: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}