Skip to content

Commit

Permalink
Change the permission of a release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kon72 committed Feb 19, 2024
1 parent 9512489 commit 5b7ded5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
tags:
- 'v*.*.*'

permissions:
contents: write

jobs:
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,7 +40,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
prerelease: ${{ inputs.prerelease }}
# Use GH feature to populate the changelog automatically
generate_release_notes: true
body_path: release_notes.txt
Expand Down
Empty file modified .github/workflows/release_prep.sh
100644 → 100755
Empty file.

0 comments on commit 5b7ded5

Please sign in to comment.