Skip to content

Commit 883b012

Browse files
committed
Allow release action to push tags
1 parent 7d3cf59 commit 883b012

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
permissions:
8+
contents: write # we need this to be able to push tags
79

810
jobs:
911
version_check:

0 commit comments

Comments
 (0)