Skip to content

Commit 28111c1

Browse files
authored
Fix broken changeset release action (#1134)
* Fix broken changeset release action * Create mighty-frogs-sparkle.md
1 parent 39f8c24 commit 28111c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changeset/mighty-frogs-sparkle.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
id: changesets
2828
uses: changesets/action@v1
2929
with:
30-
publish: NODE_OPTIONS='--max-old-space-size=4096' yarn run release
30+
publish: yarn run release
3131
env:
32+
NODE_OPTIONS: "--max-old-space-size=4096"
3233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3334
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3435

0 commit comments

Comments
 (0)