We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8f9af commit 399a076Copy full SHA for 399a076
.github/workflows/release.yml
@@ -1,10 +1,16 @@
1
name: Release
2
+
3
on:
4
# Allow manual testing by invoking this workflow from the GH web UI
5
workflow_dispatch:
6
push:
7
tags:
8
- '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
14
jobs:
15
build_all:
16
uses: ./.github/workflows/build.yaml
0 commit comments