1 parent b9ccd69 commit beba267Copy full SHA for beba267
1 file changed
.github/workflows/release-drafter.yml
@@ -86,7 +86,7 @@ jobs:
86
# - triggered manually (workflow_dispatch)
87
# - the biweekly schedule fires AND there are unreleased merged PRs
88
# - a significant (non-chore) PR was merged to main
89
- - uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7
+ - uses: release-drafter/release-drafter@4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e # v7
90
with:
91
commitish: main
92
publish: ${{ github.event_name == 'workflow_dispatch' || steps.pr-check.outputs.publish == 'true' || steps.schedule-check.outputs.has_changes == 'true' }}
0 commit comments