Skip to content

ci: Use canonical release-plz/action name and enable verbose logging #2

ci: Use canonical release-plz/action name and enable verbose logging

ci: Use canonical release-plz/action name and enable verbose logging #2

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release-plz:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
id-token: write
concurrency:
group: release-plz
cancel-in-progress: false
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: release-plz/action@v0.5
with:
verbose: true