Skip to content

chore: release v0.9.0 #118

chore: release v0.9.0

chore: release v0.9.0 #118

Workflow file for this run

name: Cargo Publish Dry-run
on:
pull_request:
permissions:
contents: read
jobs:
publish-dry-run:
runs-on: ubuntu-latest
timeout-minutes: 30
if: ${{ startsWith(github.head_ref, 'release-plz-') }}
steps:
- uses: actions/checkout@v6
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Publish dry-run
run: cargo publish --dry-run