Skip to content

Commit 24e6f01

Browse files
committed
ci: Fix permissions for tagger
1 parent 7f33ba7 commit 24e6f01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/versioning.yml renamed to .github/workflows/tagger.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: 'Publish major version'
1+
name: 'Tag release for latest major version'
22

33
on:
44
release:
55
types: [published, edited]
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
actions-tagger:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)