Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
another attempt to fix create tag issues by adding actions permission
  • Loading branch information
jeqo committed Jan 30, 2024
1 parent d5169d9 commit 8c95888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
required: true

permissions:
actions: write
contents: write
pull-requests: write
issues: write
Expand Down

0 comments on commit 8c95888

Please sign in to comment.