Skip to content

Commit

Permalink
[skip ci] Update NPM config
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Jul 19, 2023
1 parent 2ccd7e0 commit 1cdb14e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm config set access public
- run: npm i --ignore-scripts
- name: Build package and prepare package.json
run: NODE_OPTIONS="-r ts-node/register" node .build/build_and_prepare.ts ${{ github.event.inputs.version }}
Expand Down

0 comments on commit 1cdb14e

Please sign in to comment.