diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 8536ba21..84c57bc2 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 # Drafts your next Release notes as Pull Requests are merged into "main" - id: drafter - uses: release-drafter/release-drafter@v5 + uses: release-drafter/release-drafter@v6 - name: Add release notes to the draft if: github.event_name == 'push' run: .github/scripts/release-notes.sh ${{ steps.drafter.outputs.tag_name }}