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 42871ed commit ddc3362Copy full SHA for ddc3362
.github/workflows/release-on-tag.yml
@@ -1,5 +1,9 @@
1
name: Create Release on Tag
2
-run-name: BuildTag ${{ github.ref }}
+run-name: BuildTag ${{ github.ref_name }}
3
+permissions:
4
+ contents: read
5
+ issues: read
6
+ checks: write
7
on:
8
push:
9
# Sequence of patterns matched against refs/tags
0 commit comments