Skip to content

Commit bf82fea

Browse files
authored
release drafter v7 (#541)
1 parent 9669247 commit bf82fea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
update_release_draft:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: release-drafter/release-drafter@v6
12+
- uses: release-drafter/release-drafter@v7
1313
with:
1414
name: "Play SOAP $RESOLVED_VERSION"
1515
config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo
1616
commitish: ${{ github.ref_name }}
1717
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)