Skip to content

Release v0.10.1 (#81) #19

Release v0.10.1 (#81)

Release v0.10.1 (#81) #19

Workflow file for this run

name: Release
on:
push:
tags: ["v*"]
jobs:
release-crates-io:
name: Release crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: login
args: ${{ secrets.CRATES_IO_TOKEN }}
- uses: actions-rs/cargo@v1
with:
command: publish