jsonrpc js client: ci upload and new name (#3618)

* jsonrpc js client: ci upload and new name

* Update jsonrpc-client-npm-package.yml

* Update jsonrpc-client-npm-package.yml

* Update jsonrpc-client-npm-package.yml

* change details message

* make sure to generate dist directory
This commit is contained in:
Simon Laux
2022-10-01 20:43:45 +02:00
committed by GitHub
parent 1965866813
commit b2f7a7bb2e
5 changed files with 90 additions and 3 deletions

View File

@@ -5,6 +5,10 @@
### API-Changes
### Changes
- jsonrpc js client:
- Change package name from `deltachat-jsonrpc-client` to `@deltachat/jsonrpc-client`
- remove relative file dependency to it from `deltachat-node` (because it did not work anyway and broke the nix build of desktop)
- ci: add github ci action to upload it to our download server automaticaly on realease
### Fixes