Skip to content

Commit f814c1b

Browse files
Update release-drafter/release-drafter action to v7
1 parent 87348b8 commit f814c1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft-publisher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
TARGET="master"
3737
fi
3838
echo RELEASE_TARGET=$TARGET >> $GITHUB_ENV
39-
- uses: release-drafter/release-drafter@v6
39+
- uses: release-drafter/release-drafter@v7
4040
with:
4141
config-name: release-drafter.yml
4242
disable-autolabeler: true

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: release-drafter/release-drafter@v6
21+
- uses: release-drafter/release-drafter@v7
2222
with:
2323
config-name: release-drafter.yml
2424
commitish: ${{ github.ref }}

0 commit comments

Comments
 (0)