Skip to content

Commit d04e236

Browse files
committed
Add write permission
1 parent 401426e commit d04e236

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-and-push-new-tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Create and push new tag
22
#Create and push a new tag when we update the VERSION_NAME on gradle.properties file
33

4+
permissions:
5+
contents: write
6+
47
on:
58
push:
69
branches: [ main ]

0 commit comments

Comments
 (0)