Skip to content

0.5.0

0.5.0 #7

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@v3
with:
fetch-depth: 2
- uses: katyo/publish-crates@v2
name: Cargo publish
with:
registry-token: ${{ secrets.CARGO_LOGIN }}