Skip to content

Commit

Permalink
Remove release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 1, 2024
1 parent 06fcc8e commit 78b373b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,3 @@ jobs:
- name: Build with Maven
run: mvn formatter:validate verify

update_release_draft:
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 78b373b

Please sign in to comment.