Skip to content

fix: expose error type as public #10

fix: expose error type as public

fix: expose error type as public #10

Workflow file for this run

---
name: Release
on:
push:
branches:
- master
- next
- next-major
- beta
- alpha
- "[0-9]+.[0-9]+.x"
- "[0-9]+.x"
jobs:
release:
uses: semantic-release-action/rust/.github/workflows/release-library.yml@v4
secrets:
cargo-registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}