Skip to content

Commit 3816e55

Browse files
committed
Allow release action to create tags
1 parent caa6e50 commit 3816e55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
release:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write # to automatically create tags
1315

1416
steps:
1517
- name: Validate release version

0 commit comments

Comments
 (0)