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.
release-tag
1 parent b5a306d commit f66ac0cCopy full SHA for f66ac0c
.github/workflows/release-tag.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- 'v*' # Push events to release tags
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
build:
13
name: Publish GitHub Release from tag
0 commit comments