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:
parent
d22bfee561
commit
1144460771
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user