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 312e3b3 commit 14501b4Copy full SHA for 14501b4
.github/workflows/release.yml
@@ -4,8 +4,9 @@ on:
4
tags:
5
- "[0-9]+.[0-9]+.[0-9]+"
6
permissions:
7
- contents: read
8
- contents: write # neededed for gh-release action - https://stackoverflow.com/a/69941765
+ contents:
+ - read
9
+ - write # Needed to create a draft release (https://stackoverflow.com/a/69941765)
10
jobs:
11
release:
12
runs-on: ubuntu-latest
0 commit comments