Files
npm_publish/action.sh
2025-11-06 13:55:58 -07:00

6 lines
143 B
Bash
Executable File

npm set registry "https://$INPUT_NPM_REPO_DOMAIN"
npm set "//$INPUT_NPM_REPO_DOMAIN:_authToken=$INPUT_NPM_REPO_KEY"
echo ~/.npmrc
npm publish