Skip to content

chore: bump changelog #4

chore: bump changelog

chore: bump changelog #4

Workflow file for this run

name: release
on:
push:
tags: ["*"]
workflow_dispatch:
jobs:
release_cargo:
name: Publish to cargo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Publish to cargo
run: cargo publish -p mdsf --verbose --locked --token ${{ secrets.CARGO_TOKEN }}