We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6237ff6 commit ef0d4b7Copy full SHA for ef0d4b7
1 file changed
.github/workflows/buf-publish.yml
@@ -10,10 +10,6 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: bufbuild/buf-setup-action@v1
12
# - 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"
17
- uses: bufbuild/buf-push-action@v1
18
with:
19
buf_token: ${{ secrets.BUF_TOKEN }}
0 commit comments