Skip to content

Towards greater heights #5

Towards greater heights

Towards greater heights #5

Workflow file for this run

name: Publish
on:
release:
types: [released]
env:
CARGO_TERM_COLOR: always
jobs:
publish:
name: Publish to crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo publish --token ${{secrets.CRATES_IO_TOKEN}}