Skip to content

cargo: bump the cargo-dependencies group across 1 directory with 20 u… #33

cargo: bump the cargo-dependencies group across 1 directory with 20 u…

cargo: bump the cargo-dependencies group across 1 directory with 20 u… #33

Workflow file for this run

name: Release-plz
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- main
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2.7.7
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5.89
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}