We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df870c commit cbe349bCopy full SHA for cbe349b
.github/workflows/publish-node.js.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: git config --global user.email "github-cd-bot@example.com"
24
- run: npm version ${{ github.event.release.tag_name }}
25
- run: npm i
26
- - run: NODE_OPTIONS=--openssl-legacy-provider && npm run build
+ - run: export NODE_OPTIONS=--openssl-legacy-provider && npm run build
27
- uses: JS-DevTools/npm-publish@v1
28
with:
29
token: ${{ secrets.NPM_TOKEN }}
0 commit comments