We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f54dc commit c813e8bCopy full SHA for c813e8b
.github/workflows/publish.yml
@@ -7,6 +7,9 @@ on:
7
tags:
8
- "v*"
9
10
+permissions:
11
+ contents: write
12
+
13
jobs:
14
version-bump:
15
runs-on: ubuntu-latest
0 commit comments