Skip to content

Commit 5b7ded5

Browse files
committed
Change the permission of a release script
1 parent 9512489 commit 5b7ded5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
tags:
99
- 'v*.*.*'
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
release:
1316
runs-on: ubuntu-latest
@@ -37,7 +40,6 @@ jobs:
3740
- name: Release
3841
uses: softprops/action-gh-release@v1
3942
with:
40-
prerelease: ${{ inputs.prerelease }}
4143
# Use GH feature to populate the changelog automatically
4244
generate_release_notes: true
4345
body_path: release_notes.txt

.github/workflows/release_prep.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)