Skip to content

Commit

Permalink
Give release workflow permission to create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm authored Sep 18, 2024
1 parent deb3ac3 commit 37b64ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [windows, macos, linux]
permissions:
contents: write
steps:
- name: Get version from tag
shell: bash
Expand Down

0 comments on commit 37b64ca

Please sign in to comment.