Skip to content

Commit 5ab6df5

Browse files
committed
fix: remove ci npm whoami
fix: add license and description to listener cargo toml
1 parent bdfdd05 commit 5ab6df5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
env:
8080
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8181
run: |
82-
npm whoami
8382
# build tarballs and publish via napi-rs CLI from sub-crate
8483
napi prepublish -t npm --cargo-cwd ./crate/chia-block-listener-napi
8584
# publish main package (will reference platform-specific packages)

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "chia-block-listener"
33
version = "0.2.0"
44
edition = "2021"
5+
description = "Event driven listener and messaging interface for Chia blockchain peers"
6+
license = "Apache-2.0" # or "MIT" / "MIT OR Apache-2.0" etc.
57

68
[dependencies]
79

0 commit comments

Comments
 (0)