Skip to content

Commit 67bfad8

Browse files
committed
ci: update release.yml
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent 520c6fa commit 67bfad8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ on:
33
push:
44
tags:
55
- "v*.*.*"
6-
- "v*.*.*-*"
76
merge_group:
87
branches:
98
- main
109
release:
1110
types:
1211
- created
12+
permissions:
13+
contents: write
14+
discussions: write
1315
jobs:
1416
build:
1517
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)