Skip to content

Commit 17fb961

Browse files
authored
add PROTOCOL_VERSIONs back to release.yml (#11697)
1 parent f69ae40 commit 17fb961

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
permissions:
99
contents: write
1010

11+
env:
12+
PROTOCOL_VERSION: "5.0"
13+
PROTOCOL_VERSIONS: "5.0"
14+
1115
jobs:
1216
go-version:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)