Skip to content

Commit

Permalink
Merge pull request #309 from Chia-Network/publish-chia-wallet
Browse files Browse the repository at this point in the history
publish `chia-wallet` crate
  • Loading branch information
arvidn authored Oct 30, 2023
2 parents f794a6d + e01d25f commit 9a9f43f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-crate-and-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ jobs:
cd chia-protocol
cargo publish
- name: publish to crates.io if tagged (chia-wallet)
continue-on-error: true
if: startsWith(github.event.ref, 'refs/tags')
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.cargo_registry_token }}
run: |
cd chia-wallet
cargo publish
- name: publish to crates.io if tagged (chia_rs)
continue-on-error: true
if: startsWith(github.event.ref, 'refs/tags')
Expand Down

0 comments on commit 9a9f43f

Please sign in to comment.