Skip to content

kick github actions... #19

kick github actions...

kick github actions... #19

Workflow file for this run

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