Skip to content

Merge pull request #34 from rararulab/fix/release-plz-workflow #4

Merge pull request #34 from rararulab/fix/release-plz-workflow

Merge pull request #34 from rararulab/fix/release-plz-workflow #4

Workflow file for this run

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