Skip to content

Commit

Permalink
allow workflow to write the release
Browse files Browse the repository at this point in the history
  • Loading branch information
erubboli committed Sep 11, 2024
1 parent 71976a9 commit ae1567b
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 @@ -5,6 +5,9 @@ on:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'

permissions:
contents: write

jobs:
build-macos:
uses: ./.github/workflows/release_macos.yml
Expand Down

0 comments on commit ae1567b

Please sign in to comment.