Skip to content

Commit

Permalink
ci: publish ckb-testtool crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Jan 4, 2024
1 parent a2cb212 commit d9ee9f3
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 d9ee9f3

Please sign in to comment.