tari-project / tari-dan

BSD 3-Clause "New" or "Revised" License
7 stars 16 forks source link

feat: add Github CI action to automatically deploy tari-dan npm packages (typescript bindings, client libraries, etc) to the npm registry. #1054

Closed sdbondi closed 2 months ago

sdbondi commented 3 months ago

It will likely need a secret token configuration on the tari-dan repo: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

Ideally it should not push a new version if nothing has changed. It may be ok for us to manually set a new version number to trigger a publish - might be better for managing semantic versioning. Maybe this is useful https://github.com/marketplace/actions/version-check

sdbondi commented 2 months ago

Done in #1073