diff --git a/scripts/node_build_win.sh b/scripts/node_build_win.sh index e0bf326b..b0a8e36d 100644 --- a/scripts/node_build_win.sh +++ b/scripts/node_build_win.sh @@ -12,8 +12,8 @@ npm install --build-from-source npm test npx node-pre-gyp package testpackage testbinary -if [[ "$GITHUB_REF" =~ ^(refs/heads/main|refs/tags/v.+)$ ]] ; then # TODO -# npx node-pre-gyp publish -# npx node-pre-gyp info -fi \ No newline at end of file +# if [[ "$GITHUB_REF" =~ ^(refs/heads/main|refs/tags/v.+)$ ]] ; then +# npx node-pre-gyp publish +# npx node-pre-gyp info +# fi \ No newline at end of file