Skip to content

Commit

Permalink
Use shared action for release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 11, 2024
1 parent 1eb6080 commit c09d779
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ 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 c09d779

Please sign in to comment.