Skip to content

Commit

Permalink
Use shared release drafter GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Aug 11, 2024
1 parent 4c22954 commit d0ded48
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4

0 comments on commit d0ded48

Please sign in to comment.