Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

fix: ✨ Bump version to 0.1.1 in Cargo.toml and Cargo.lock fo… #3

fix: ✨ Bump version to 0.1.1 in Cargo.toml and Cargo.lock fo…

fix: ✨ Bump version to 0.1.1 in Cargo.toml and Cargo.lock fo… #3

Workflow file for this run

name: Release on crates.io
on:
push:
tags:
- v[0-9]+.*
jobs:
create-release:
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 }}