Skip to content

Release 0.25.0

Release 0.25.0 #9

Workflow file for this run

name: Publish
on:
push:
tags:
paths: "/Cargo.toml"
jobs:
Publish:
if: github.repository_owner == 'Traverse-Research'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish
run: cargo publish --token ${{ secrets.cratesio_token }}