Skip to content

0.9.0

0.9.0 #12

Workflow file for this run

name: Publish release
on:
release:
types: [published]
env:
CARGO_TERM_COLOR: always
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: katyo/publish-crates@v2
name: Cargo publish
with:
registry-token: ${{ secrets.CARGO_LOGIN }}