Skip to content

amend watch api docs (#146) #11

amend watch api docs (#146)

amend watch api docs (#146) #11

Workflow file for this run

---
name: "Release"
on: # yamllint disable-line rule:truthy
push:
tags:
- "*"
jobs:
buf:
name: "Push BSR tag"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "bufbuild/buf-action@v1"
with:
token: "${{ secrets.BUF_REGISTRY_TOKEN }}"
breaking_against: "https://github.com/authzed/api.git#branch=main"