Skip to content

Reenable buf breaking (#90) #35

Reenable buf breaking (#90)

Reenable buf breaking (#90) #35

Workflow file for this run

name: Push to Buf Registry
on:
push:
tags:
- 'v**'
branches:
- main
permissions:
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
version: 1.49.0
token: ${{ secrets.BUF_TEMPORALIO_TOKEN }}