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 236f31e commit 4a3a5b7Copy full SHA for 4a3a5b7
.github/workflows/release.yaml
@@ -33,6 +33,7 @@ jobs:
33
run: sha256sum /tmp/SHA256SUMS
34
- name: "Prepare the release note"
35
run: |
36
+ tag="${GITHUB_REF##*/}"
37
shasha=$(sha256sum /tmp/SHA256SUMS | awk '{print $1}')
38
cat << EOF | tee /tmp/release-note.txt
39
#### Changes
0 commit comments