We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8feffa commit 23cc8a1Copy full SHA for 23cc8a1
.github/workflows/release.yaml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+permissions:
8
+ contents: write # we need this to be able to push tags
9
10
jobs:
11
version_check:
0 commit comments