Skip to content

Commit

Permalink
Update publish-node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Feb 8, 2024
1 parent 0df870c commit cbe349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: git config --global user.email "[email protected]"
- run: npm version ${{ github.event.release.tag_name }}
- run: npm i
- run: NODE_OPTIONS=--openssl-legacy-provider && npm run build
- run: export NODE_OPTIONS=--openssl-legacy-provider && npm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit cbe349b

Please sign in to comment.