Skip to content

Commit 586f3ed

Browse files
authored
Allow tag_and_release.yml workflow to create git tags
1 parent fec740f commit 586f3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Tag and Release
1717
runs-on: ubuntu-latest
1818
permissions:
19-
contents: read
19+
contents: write
2020
packages: write
2121

2222
steps:

0 commit comments

Comments
 (0)