ContaAzul / creditcard.js

A simple credit card validation library in JavaScript
http://contaazul.github.io/creditcard.js/
Other
374 stars 82 forks source link

Fix automatic NPM package publishing #122

Closed dedicio closed 3 years ago

dedicio commented 3 years ago

What is the change?

Add --npm.skipChecks to release-it on release job in Actions.

Following release-it docs: https://github.com/release-it/release-it/blob/master/docs/ci.md#npm

Why make this change?

Fixing error on publish package to NPM by Actions