We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7477ada commit 6027473Copy full SHA for 6027473
.github/workflows/update-main-version.yml
@@ -17,6 +17,8 @@ on:
17
jobs:
18
tag:
19
runs-on: ubuntu-latest
20
+ permissions:
21
+ contents: write
22
steps:
23
- uses: actions/checkout@v4
24
with:
0 commit comments