Skip to content

Release 0.6.0 (#28) #15

Release 0.6.0 (#28)

Release 0.6.0 (#28) #15

Workflow file for this run

name: Release
on:
push:
tags:
- v*
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-wasip2
- uses: Swatinem/rust-cache@v2
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}