Skip to content

Commit

Permalink
add missing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Jul 3, 2024
1 parent 960248d commit 1700dec
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 @@ -9,6 +9,8 @@ jobs:
create-release:
name: "Create release"
runs-on: "ubuntu-latest"
permissions:
contents: "write"
steps:
- name: "Extract tag name"
run: |
Expand Down

0 comments on commit 1700dec

Please sign in to comment.