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 23f4b34 commit 078a802Copy full SHA for 078a802
.github/workflows/release-drafter.yml
@@ -12,6 +12,6 @@ jobs:
12
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: release-drafter/release-drafter@v6
+ - uses: release-drafter/release-drafter@v7
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments