Skip to content

build(deps): bump cargo-config2 from 0.1.31 to 0.1.32 (#252) #191

build(deps): bump cargo-config2 from 0.1.31 to 0.1.32 (#252)

build(deps): bump cargo-config2 from 0.1.31 to 0.1.32 (#252) #191

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}