Skip to content

Commit

Permalink
fix(proto): install buf v1.32 to push proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed May 21, 2024
1 parent 80ee3f3 commit adfa878
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/proto-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,21 @@ on:
branches: [main]
tags: [v*]
paths:
- "proto/**"
- proto/**
pull_request:
types: [opened, reopened]
paths:
- proto/**
- .github/workflows/proto-registry.yaml

jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-setup-action@v1.32
- uses: bufbuild/buf-push-action@v1
with:
input: proto
draft: ${{ github.ref_name != 'main'}}
buf_token: ${{ secrets.BUF_TOKEN }}

0 comments on commit adfa878

Please sign in to comment.