Skip to content

Commit

Permalink
💚 Fix release-drafter in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelweingartner committed Aug 27, 2023
1 parent 0db5481 commit 23a312e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ on:
branches:
- main

permissions:
contents: read

jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
# write permission is required to create a github release
contents: write
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/[email protected]
Expand Down

0 comments on commit 23a312e

Please sign in to comment.