ci: configure npm auth for release publish

This commit is contained in:
2026-05-11 13:59:29 +09:00
parent 5991e4f1f0
commit d827948aa3

View File

@@ -113,4 +113,5 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
set -euo pipefail
printf '//registry.npmjs.org/:_authToken=%s\n' "$NODE_AUTH_TOKEN" > ~/.npmrc
npm publish