Skip to content

Commit ef0d4b7

Browse files
committed
chore: remove buf breaking action
1 parent 6237ff6 commit ef0d4b7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/buf-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: bufbuild/buf-setup-action@v1
1212
# - uses: bufbuild/buf-lint-action@v1
13-
- uses: bufbuild/buf-breaking-action@v1
14-
with:
15-
# The 'main' branch of the GitHub repository that defines the module.
16-
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main,ref=HEAD~1"
1713
- uses: bufbuild/buf-push-action@v1
1814
with:
1915
buf_token: ${{ secrets.BUF_TOKEN }}

0 commit comments

Comments
 (0)