Skip to content

Commit 0a8d8ed

Browse files
committed
Fix bufstream
1 parent c78873c commit 0a8d8ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buf_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
inputs:
55
version:
66
type: string
7-
description: The version you intend to release (eg x.y.z)
7+
description: The version of buf you intend to release (eg x.y.z)
88
env:
99
VERSION: ${{ github.event.inputs.version }}
1010
jobs:

.github/workflows/bufstream_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Buf Release
1+
name: Create Bufstream Release
22
on:
33
workflow_dispatch:
44
inputs:

0 commit comments

Comments
 (0)