Skip to content

Commit 399a076

Browse files
committed
Fixup release workflow
1 parent ca8f9af commit 399a076

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
name: Release
2+
23
on:
34
# Allow manual testing by invoking this workflow from the GH web UI
45
workflow_dispatch:
56
push:
67
tags:
78
- '202*.*.*'
9+
10+
permissions:
11+
contents: write # Required for creating releases and generating notes
12+
pull-requests: read # Pull from PRs (e.g., titles, labels)
13+
814
jobs:
915
build_all:
1016
uses: ./.github/workflows/build.yaml

0 commit comments

Comments
 (0)