Skip to content

Commit

Permalink
Fix permissions location
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobronium committed May 9, 2024
1 parent 0ae3808 commit e8d4ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

release:
name: Release Switcher
permissions:
contents: write
runs-on: macos-latest
needs: build
if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -48,8 +50,6 @@ jobs:

- name: Create Release
uses: softprops/action-gh-release@v1
permissions:
contents: write
with:
files: Switcher-${{ github.ref_name }}.zip
env:
Expand Down

0 comments on commit e8d4ba1

Please sign in to comment.