Skip to content

Commit

Permalink
Fix: Add release permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BytexGrid committed Dec 24, 2024
1 parent d087758 commit 2b7854f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- "v*"

permissions:
contents: write

jobs:
build:
runs-on: windows-latest
Expand All @@ -31,6 +34,8 @@ jobs:

- name: Create Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
publish/NeatShift.exe
Expand Down

0 comments on commit 2b7854f

Please sign in to comment.