Skip to content

Commit

Permalink
Fix build-and-publish-protos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrankel committed Oct 9, 2023
1 parent c8cff96 commit 7b2c7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-protos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- uses: bufbuild/buf-push-action@v1
with:
buf_token: ${{ secrets.BUF_TOKEN }}
input: common-components/proto
input: common-components/proto/type
draft: ${{ github.ref_name != 'main'}}
2 changes: 1 addition & 1 deletion common-components/proto/buf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: v1
name: buf.build/aep/common-components
name: buf.build/aep/type
breaking:
use:
- FILE
Expand Down

0 comments on commit 7b2c7ef

Please sign in to comment.