Skip to content

Commit 0c26d97

Browse files
committed
chore(runtime): Update release-please workflow with protoc version and format fixes
1 parent b3a516b commit 0c26d97

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ on:
88
branches:
99
- main
1010
pull_request:
11-
types: [closed]
11+
types: [ closed ]
1212

1313
permissions:
1414
contents: write
1515
pull-requests: write
16-
actions: read # 添加此行
16+
actions: read
1717
checks: write
1818

19+
env:
20+
PROTOC_VERSION: "33.0"
21+
1922
jobs:
2023
lint:
2124
runs-on: ubuntu-latest
@@ -83,7 +86,7 @@ jobs:
8386

8487
release:
8588
# The release job depends on the test job succeeding.
86-
needs: [test]
89+
needs: [ test ]
8790
runs-on: ubuntu-latest
8891
steps:
8992
- name: Checkout code

0 commit comments

Comments
 (0)