Skip to content

Commit

Permalink
ci: publish to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 25, 2023
1 parent 9057c76 commit 2d4783f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,15 @@ jobs:
files: |
dist/ckb-debugger-windows-x64.tar.gz
dist/ckb-debugger-windoes-x64-sha256.txt
publish-crates-io:
name: Publish ckb-mock-tx-types to crates.io
needs: [release]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish
run: |
cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
cd ckb-mock-tx-types
cargo publish

0 comments on commit 2d4783f

Please sign in to comment.