We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9512489 commit 5b7ded5Copy full SHA for 5b7ded5
2 files changed
.github/workflows/release.yaml
@@ -8,6 +8,9 @@ on:
8
tags:
9
- 'v*.*.*'
10
11
+permissions:
12
+ contents: write
13
+
14
jobs:
15
release:
16
runs-on: ubuntu-latest
@@ -37,7 +40,6 @@ jobs:
37
40
- name: Release
38
41
uses: softprops/action-gh-release@v1
39
42
with:
- prerelease: ${{ inputs.prerelease }}
43
# Use GH feature to populate the changelog automatically
44
generate_release_notes: true
45
body_path: release_notes.txt
.github/workflows/release_prep.sh
100644
100755
0 commit comments