Skip to content

Commit

Permalink
ci(buf): remove --draft args on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jun 30, 2023
1 parent 591c0dd commit 758e0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Push okp4 proto on buf registry
run:
buf push proto ${{ github.ref_type == 'tag' && '--tag' || '--draft' }} ${{ github.ref_name }}
buf push proto --tag ${{ github.ref_type == 'tag' && github.ref_name || github.sha }}

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

0 comments on commit 758e0ee

Please sign in to comment.