Skip to content

Commit

Permalink
[skip ci] Update release GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Jul 19, 2023
1 parent 1cdb14e commit fe29224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- 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 }}
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fe29224

Please sign in to comment.