Skip to content

Commit 66b04c3

Browse files
authored
Update CreateReleaseTag.yml
1 parent 2c1ee98 commit 66b04c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CreateReleaseTag.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010
jobs:
1111
create-release:
1212
runs-on: windows-latest
13-
13+
permissions:
14+
contents: write
15+
1416
steps:
1517
- uses: actions/checkout@v4
1618
with:

0 commit comments

Comments
 (0)