Skip to content

Commit

Permalink
monitor breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pitabwire committed Feb 12, 2024
1 parent 5c02b58 commit 912aefa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release_buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
with:
input: "proto/${{ matrix.api_module }}"
buf_token: ${{ secrets.BUF_TOKEN }}
#
# - uses: bufbuild/buf-breaking-action@v1
# with:
# input: "proto/${{ matrix.api_module }}"
# buf_token: ${{ secrets.BUF_TOKEN }}
#
# # The 'main' branch of the GitHub repository that defines the module.
# # Note we specify the subdir to compare against.
# against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main,ref=HEAD~1,subdir=proto/${{ matrix.api_module }}"

- uses: bufbuild/buf-breaking-action@v1
with:
input: "proto/${{ matrix.api_module }}"
buf_token: ${{ secrets.BUF_TOKEN }}

# The 'main' branch of the GitHub repository that defines the module.
# Note we specify the subdir to compare against.
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main,ref=HEAD~1,subdir=proto/${{ matrix.api_module }}"

- uses: bufbuild/buf-push-action@v1
with:
Expand Down

0 comments on commit 912aefa

Please sign in to comment.