Skip to content

chore: rm blockchain category due to category slugs are not currently… #15

chore: rm blockchain category due to category slugs are not currently…

chore: rm blockchain category due to category slugs are not currently… #15

Workflow file for this run

name: Publish waves-rust to crate.io
on:
push:
tags:
- v[0-9].[0-9]+.[0-9]+
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}