Skip to content

Commit

Permalink
fix release drafter setup
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Oct 29, 2023
1 parent 8a56e05 commit 1472bb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ on:
- master
jobs:
update_release_draft:
uses: jetty/.github/.github/workflows/release-drafter.yml@main
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1472bb5

Please sign in to comment.