Skip to content

Update dependencies to CKB 0.118.0 (#7) #2

Update dependencies to CKB 0.118.0 (#7)

Update dependencies to CKB 0.118.0 (#7) #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