We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a5cb4 commit 781e75fCopy full SHA for 781e75f
.github/workflows/publish.yml
@@ -30,6 +30,7 @@ jobs:
30
31
- name: build and publish
32
run: |
33
+ export NODE_OPTIONS="--max_old_space_size=4096"
34
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
35
npm version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}
36
npx lerna version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}
0 commit comments