Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Oct 25, 2024
1 parent 6fa748b commit b28197f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
release:
name: Release
runs-on: "macos-latest"
permissions:
contents: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b28197f

Please sign in to comment.