Skip to content

Commit 25390a5

Browse files
authored
Allow release action to push tags (#7)
1 parent b978b66 commit 25390a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
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)