Skip to content

Commit

Permalink
Set env on correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Mar 30, 2023
1 parent 70e21a0 commit f7571ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
cache: yarn
- run: yarn
- run: yarn nx bundle:npm @veupathdb/${{matrix.dir}}
- run: node tools/scripts/version.mjs packages/sites/${{ matrix.dir }} ${GITHUB_REF#refs/tags/v}
env:
NODE_OPTIONS: '--max-old-space-size=2048'
NODE_OPTIONS: '--max-old-space-size=4096'
- run: node tools/scripts/version.mjs packages/sites/${{ matrix.dir }} ${GITHUB_REF#refs/tags/v}
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit f7571ff

Please sign in to comment.