We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8458251 commit e8866a8Copy full SHA for e8866a8
.github/workflows/release.yml
@@ -6,6 +6,9 @@ on:
6
7
jobs:
8
release:
9
+ permissions:
10
+ contents: write # to upload release asset (actions/upload-release-asset)
11
+
12
name: Release cmd/protoc-gen-go-grpc
13
runs-on: ubuntu-latest
14
if: startsWith(github.event.release.tag_name, 'cmd/protoc-gen-go-grpc/')
0 commit comments