Skip to content

Commit 08b2ee4

Browse files
authored
Fix publish.yml: contents permission write for tag push (#653)
1 parent 8aeeec1 commit 08b2ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88

99
permissions:
10-
contents: read
10+
contents: write
1111
packages: write
1212

1313
env:

0 commit comments

Comments
 (0)