You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have used your great template and it almost work perfectly for me, or I am missing something in the configuration.
I have followed your README and I wish to publish my package only to npm.
I have created a new tag and push it.
Then, the actions was triggered.
The 'release' step passed, but the 'publish' keep failing.
This is the output:
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/logs/2023-05-19T12_48_23212Z-debug.log
Error: Process completed with exit code 1.
Any idea why?
The text was updated successfully, but these errors were encountered:
RoyLeibo
changed the title
Publish no npm registry doesn't work
GitHub action of publish to npm registry throws 429
May 19, 2023
Hi,
I have used your great template and it almost work perfectly for me, or I am missing something in the configuration.
I have followed your README and I wish to publish my package only to npm.
I have created a new tag and push it.
Then, the actions was triggered.
The 'release' step passed, but the 'publish' keep failing.
This is the output:
pinst disable
npm notice
npm notice 📦 [email protected]
npm notice === Tarball Contents ===
npm notice 1.1kB LICENSE
npm notice 57.5kB dist/cjs/countryPhoneData.js
npm notice 57.4kB dist/esm/countryPhoneData.js
npm notice 403B dist/cjs/index.js
npm notice 92B dist/esm/index.js
npm notice 309.8kB dist/umd/index.js
npm notice 3.9kB dist/cjs/phone-number-generator.js
npm notice 3.6kB dist/esm/phone-number-generator.js
npm notice 2.3kB package.json
npm notice 1.9kB README.md
npm notice 263B dist/types/countryPhoneData.d.ts
npm notice 92B dist/types/index.d.ts
npm notice 212B dist/types/phone-number-generator.d.ts
npm notice 336B dist/umd/index.js.LICENSE.txt
npm notice === Tarball Details ===
npm notice name: phone-number-generator
npm notice version: 1.0.0
npm notice package size: 99.4 kB
npm notice unpacked size: 438.9 kB
npm notice shasum: 6b176d529eb77d6cb8d3a3df0932c67624b4d507
npm notice integrity: sha512-ypCTq0efvFJJ2[...]4byG+NlSO0QXQ==
npm notice total files: 14
npm notice
npm ERR! code E429
npm ERR! 429 Too Many Requests - PUT https://registry.npmjs.org/phone-number-generator
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/logs/2023-05-19T12_48_23212Z-debug.log
Error: Process completed with exit code 1.
Any idea why?
The text was updated successfully, but these errors were encountered: