Skip to content

Commit ddc3362

Browse files
committed
fix
1 parent 42871ed commit ddc3362

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-on-tag.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Create Release on Tag
2-
run-name: BuildTag ${{ github.ref }}
2+
run-name: BuildTag ${{ github.ref_name }}
3+
permissions:
4+
contents: read
5+
issues: read
6+
checks: write
37
on:
48
push:
59
# Sequence of patterns matched against refs/tags

0 commit comments

Comments
 (0)