Skip to content

chore: update ckb to 0.119 (#14) #2

chore: update ckb to 0.119 (#14)

chore: update ckb to 0.119 (#14) #2

Workflow file for this run

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 }}
run: cargo publish