Skip to content

Fix Contact definition #3

Fix Contact definition

Fix Contact definition #3

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
crates-io:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Push to crates.io
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish