2
0
mirror of https://github.com/lowdefy/lowdefy.git synced 2025-04-24 16:00:53 +08:00

chore: Configure changesets action not to create github releases.

This commit is contained in:
Sam Tolmay 2024-02-28 12:47:02 +02:00
parent d22bfee561
commit 1144460771
No known key found for this signature in database

@ -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 }}