Skip to content

Merge branch 'main' of https://github.com/mvodya/passes-rs #2

Merge branch 'main' of https://github.com/mvodya/passes-rs

Merge branch 'main' of https://github.com/mvodya/passes-rs #2

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
env:
CARGO_TERM_COLOR: always
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: publish library
run: cargo publish --verbose
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}