Skip to content

Commit

Permalink
Merge pull request #29 from cardoe/fix-releases
Browse files Browse the repository at this point in the history
attempt to fix releases
  • Loading branch information
cardoe authored Mar 4, 2023
2 parents 255892a + 6c51336 commit 4122827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
types:
- labeled

permissions:
actions: read
contents: write
pull-requests: read

jobs:
release:
if: github.event.action != 'labeled'
Expand Down

0 comments on commit 4122827

Please sign in to comment.