Skip to content

chore(deps): bump toml from 0.8.12 to 0.8.13 (#198) #8

chore(deps): bump toml from 0.8.12 to 0.8.13 (#198)

chore(deps): bump toml from 0.8.12 to 0.8.13 (#198) #8

name: prepare_release
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- master
jobs:
github:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'chore: release')"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: MarcoIeni/[email protected]
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}