Skip to content

Commit

Permalink
fix(devops): update release-drafter to v6 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz authored Mar 18, 2024
1 parent 044ad63 commit fcdc46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
update-draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v6
with:
disable-autolabeler: true
env:
Expand Down

0 comments on commit fcdc46b

Please sign in to comment.