We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401426e commit d04e236Copy full SHA for d04e236
.github/workflows/create-and-push-new-tag.yml
@@ -1,6 +1,9 @@
1
name: Create and push new tag
2
#Create and push a new tag when we update the VERSION_NAME on gradle.properties file
3
4
+permissions:
5
+ contents: write
6
+
7
on:
8
push:
9
branches: [ main ]
0 commit comments