Skip to content

chore(agent-describe): release v0.1.1 #7

chore(agent-describe): release v0.1.1

chore(agent-describe): release v0.1.1 #7

Workflow file for this run

name: Publish
on:
pull_request:
types: [closed]
branches: [main]
permissions:
contents: write
jobs:
release-plz:
if: >-
github.event.pull_request.merged == true
&& startsWith(github.event.pull_request.title, 'chore: release')
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}