Fix broken changeset release action (#1134)

* Fix broken changeset release action

* Create mighty-frogs-sparkle.md
This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 0d07e5eb4b
commit 6c9ff8183a
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
---
---

View File

@@ -27,8 +27,9 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: NODE_OPTIONS='--max-old-space-size=4096' yarn run release
publish: yarn run release
env:
NODE_OPTIONS: "--max-old-space-size=4096"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}