Skip to content

bugfix

bugfix #390

Workflow file for this run

name: buf-push
on:
push:
tags:
- "*"
branches:
- master
- dev
paths:
- "proto/**"
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
input: "proto"
# Breaking changes are managed by the rpcchainvm protocol version.
breaking: false
token: ${{ secrets.BUF_TOKEN }}
version: 1.35.0