Skip to content

Commit 31843b0

Browse files
committed
chore(runtime): Update buf push command to include both default and labeled pushes in release workflow
1 parent 47e9ab0 commit 31843b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ jobs:
109109
if: ${{ steps.release.outputs.release_created }}
110110
env:
111111
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
112-
run: buf push --label ${{ steps.release.outputs.tag_name }}
112+
run: |
113+
buf push
114+
buf push --label ${{ steps.release.outputs.tag_name }}
113115
114116
- name: Notify on new release
115117
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)