Skip to content

Commit cbe349b

Browse files
authored
Update publish-node.js.yml
1 parent 0df870c commit cbe349b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: git config --global user.email "github-cd-bot@example.com"
2424
- run: npm version ${{ github.event.release.tag_name }}
2525
- run: npm i
26-
- run: NODE_OPTIONS=--openssl-legacy-provider && npm run build
26+
- run: export NODE_OPTIONS=--openssl-legacy-provider && npm run build
2727
- uses: JS-DevTools/npm-publish@v1
2828
with:
2929
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)