Skip to content

Commit 4365f62

Browse files
committed
ci: fix ci
Signed-off-by: Sn0rt <wangguohao.2009@gmail.com>
1 parent af5c36f commit 4365f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
tags:
66
- 'v*'
77
branches:
8-
- feat/*
98
- release/*
109

1110
env:
@@ -67,6 +66,8 @@ jobs:
6766
severity: 'CRITICAL,HIGH'
6867

6968
release-binaries:
69+
permissions:
70+
contents: write
7071
runs-on: ubuntu-latest
7172
needs: build-and-push
7273
strategy:

0 commit comments

Comments
 (0)