Skip to content

Commit 7a6387a

Browse files
committed
fix: update release script to publish specific package 'witnesscalc-adapter'
1 parent 2f19853 commit 7a6387a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: Publish to crates.io
4747
env:
4848
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
49-
run: cargo publish --no-verify
49+
run: cargo publish -p witnesscalc-adapter

0 commit comments

Comments
 (0)