Skip to content

feat: customizable block size via --block-size argument (#38) #8

feat: customizable block size via --block-size argument (#38)

feat: customizable block size via --block-size argument (#38) #8

Workflow file for this run

## See https://release-plz.ieni.dev/docs/github/quickstart
name: Release PR
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz pr
uses: MarcoIeni/release-plz-action@v0.5
with:
command: release-pr
config: release-plz.toml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}