We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9669247 commit bf82feaCopy full SHA for bf82fea
1 file changed
.github/workflows/release-drafter.yml
@@ -9,10 +9,10 @@ jobs:
9
update_release_draft:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: release-drafter/release-drafter@v6
+ - uses: release-drafter/release-drafter@v7
13
with:
14
name: "Play SOAP $RESOLVED_VERSION"
15
config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo
16
commitish: ${{ github.ref_name }}
17
env:
18
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments