Skip to content

Merge pull request #207 from cmars/renovate/thiserror-2.x-lockfile #174

Merge pull request #207 from cmars/renovate/thiserror-2.x-lockfile

Merge pull request #207 from cmars/renovate/thiserror-2.x-lockfile #174

Workflow file for this run

name: Continuous Deployment
on:
push:
branches:
- main
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
with:
toolchain: stable
components: clippy,rustfmt
- name: Run release-plz
uses: MarcoIeni/release-plz-action@395042a06223c60c3e953d5fa124e97dfef96672
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}