We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87348b8 commit f814c1bCopy full SHA for f814c1b
.github/workflows/draft-publisher.yml
@@ -36,7 +36,7 @@ jobs:
36
TARGET="master"
37
fi
38
echo RELEASE_TARGET=$TARGET >> $GITHUB_ENV
39
- - uses: release-drafter/release-drafter@v6
+ - uses: release-drafter/release-drafter@v7
40
with:
41
config-name: release-drafter.yml
42
disable-autolabeler: true
.github/workflows/release-drafter.yml
@@ -18,7 +18,7 @@ jobs:
18
pull-requests: write
19
runs-on: ubuntu-latest
20
steps:
21
22
23
24
commitish: ${{ github.ref }}
0 commit comments