Skip to content

chore: bump version to 0.5.2 and add panic documentation to write_ski… #14

chore: bump version to 0.5.2 and add panic documentation to write_ski…

chore: bump version to 0.5.2 and add panic documentation to write_ski… #14

Workflow file for this run

name: Publish to crates.io
on:
push:
tags:
- "v*.*.*"
env:
CARGO_TERM_COLOR: always
jobs:
call-publish:
uses: qntx/workflows/.github/workflows/rust-publish.yml@main
with:
package: "skill skills-cli"
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}