Skip to content

Commit

Permalink
Merge pull request #142 from jjyr/publish-ckb-testtool-in-ci
Browse files Browse the repository at this point in the history
ci: publish ckb-testtool crate
  • Loading branch information
jjyr authored Jan 29, 2024
2 parents a2cb212 + d9ee9f3 commit 81a2658
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/cargo-publish-ckb-testtool.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Cargo Publish

on:
push:
tags:
- '*'

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
working-directory: ./crates/testtool
run: cargo publish

0 comments on commit 81a2658

Please sign in to comment.