Skip to content

Merge pull request #754 from EricCrosson/renovate/clap-4.x #813

Merge pull request #754 from EricCrosson/renovate/clap-4.x

Merge pull request #754 from EricCrosson/renovate/clap-4.x #813

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-binary.yml@v5
with:
toolchain: nightly
github_app_id: ${{ vars.SEMANTIC_RELEASE_GITHUB_APP_ID }}
secrets:
cargo-registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
github_app_private_key: ${{ secrets.SEMANTIC_RELEASE_GITHUB_APP_PRIVATE_KEY }}