Skip to content

Commit

Permalink
add write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Nov 8, 2023
1 parent f61644d commit 2b196b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ jobs:
release:
needs: [linux, macos, win64-mingw, win32-mingw, win64-msvc, win32-msvc]
runs-on: ubuntu-latest
permissions:
contents: write
# upload binaries to github release if commit is tagged
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
steps:
Expand Down

0 comments on commit 2b196b3

Please sign in to comment.