stellar / js-xdr

Read/write XDR encoded data structures (RFC 4506)
Apache License 2.0
25 stars 31 forks source link

Fix the NPM publication action after previous failures #112

Closed Shaptic closed 11 months ago

Shaptic commented 11 months ago

There were failures on the last attempt to publish to npm. Here's the error:

No token found and can't prompt for login when running with --non-interactive.

According to actions/setup-node#81, there are some additional parameters needed to publish to npm and this PR makes those changes.

(Oh yeah, this also adds a changelog because we missed that in #111.)