Skip to content

Commit

Permalink
chore: add buf setup for buf bin
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoJerryYu committed Dec 5, 2024
1 parent 9fe1606 commit 390df49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
run: |
git config --global user.name 'release-workflow[bot]'
git config --global user.email '[email protected]'
# Install the `buf` CLI
- name: Setup buf
uses: bufbuild/[email protected]

- name: Release version
id: release_version
env:
Expand Down

0 comments on commit 390df49

Please sign in to comment.