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 797c15d commit 1cf0b00Copy full SHA for 1cf0b00
2 files changed
.github/workflows/draft-release-notes.yml
@@ -27,7 +27,7 @@ jobs:
27
echo "Version set to ${VERSION}"
28
29
- name: Draft release notes
30
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7
+ uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7
31
with:
32
tag: ${{ steps.calver.outputs.version }}
33
name: ${{ steps.calver.outputs.version }}
.github/workflows/release.yml
0 commit comments