Fix broken changeset release action (#1134)
* Fix broken changeset release action * Create mighty-frogs-sparkle.md
This commit is contained in:
2
.changeset/mighty-frogs-sparkle.md
Normal file
2
.changeset/mighty-frogs-sparkle.md
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
---
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user