Skip to content

Commit 2c8969a

Browse files
committed
ci: fix missing tag variable in release note generation
1 parent 236f31e commit 2c8969a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: sha256sum /tmp/SHA256SUMS
3434
- name: "Prepare the release note"
3535
run: |
36+
tag="${GITHUB_REF##*/}"
3637
shasha=$(sha256sum /tmp/SHA256SUMS | awk '{print $1}')
3738
cat << EOF | tee /tmp/release-note.txt
3839
#### Changes

0 commit comments

Comments
 (0)