Skip to content

chore: bump to 0.1.32 (#102) #1

chore: bump to 0.1.32 (#102)

chore: bump to 0.1.32 (#102) #1

Workflow file for this run

on:
push:
tags:
- "*"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish to crates.io
run: |
cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}