Skip to content

Commit

Permalink
Merge pull request #408 from okp4/fix/buf-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jun 30, 2023
2 parents fca7705 + 899302a commit 591c0dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
uses: bufbuild/buf-setup-action@v1.14.0

- name: Push okp4 proto on buf registry
uses: bufbuild/buf-push-action@v1
with:
input: 'proto'
buf_token: ${{ secrets.BUF_TOKEN }}
run:
buf push proto ${{ github.ref_type == 'tag' && '--tag' || '--draft' }} ${{ github.ref_name }}

env:
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}

0 comments on commit 591c0dd

Please sign in to comment.