Skip to content

Commit 6a3b2f8

Browse files
committed
add roa-jsonrpc in release action
Signed-off-by: Hexilee <i@hexilee.me>
1 parent 93a8646 commit 6a3b2f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
registryName: roa-tokio
4040
path: roa-tokio
4141
publishPath: /target/package
42+
- name: roa-jsonrpc
43+
registryName: roa-jsonrpc
44+
path: roa-jsonrpc
45+
publishPath: /target/package
4246
steps:
4347
- uses: actions/checkout@v2
4448
with:

0 commit comments

Comments
 (0)