ci: authenticate npm publish
Some checks failed
build / test (push) Successful in 28s
publish / npm (push) Failing after 31s

This commit is contained in:
2026-05-15 20:06:57 -03:00
parent f1ccc3bb91
commit f68c74a42c

View File

@@ -54,4 +54,5 @@ jobs:
echo "NPM_TOKEN not set on this repo." >&2
exit 1
fi
printf '//registry.npmjs.org/:_authToken=%s\n' "$NODE_AUTH_TOKEN" > ~/.npmrc
npm publish --access public