We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14501b4 commit 7958a6cCopy full SHA for 7958a6c
.github/workflows/release.yml
@@ -4,9 +4,9 @@ on:
4
tags:
5
- "[0-9]+.[0-9]+.[0-9]+"
6
permissions:
7
- contents:
8
- - read
9
- - write # Needed to create a draft release (https://stackoverflow.com/a/69941765)
+ # Write permissions required to create a release
+ # Ref: https://stackoverflow.com/a/69941765
+ contents: write
10
jobs:
11
release:
12
runs-on: ubuntu-latest
0 commit comments