Concordium / concordium-dapp-libraries

A coherent set of building blocks for making it as easy as possible for developers to build web-based dApps.
Apache License 2.0
7 stars 5 forks source link

CI: Let release script publish to NPM registry #39

Closed bisgardo closed 10 months ago

bisgardo commented 1 year ago

Make the build+release workflow actually publish the built packages to npmjs, not just as a dry-run.

Based on https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry.

The API key has been added as a repository secret.

bisgardo commented 10 months ago

The latest releases were performed using the workflow from this branch, verifying that it works as intended.