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.
hub
gh
1 parent 4930675 commit d3ad42cCopy full SHA for d3ad42c
.github/workflows/release.yml
@@ -68,11 +68,8 @@ jobs:
68
run: (cd _artifacts; sha256sum SHA256SUMS)
69
- name: "Prepare the release note"
70
run: |
71
- tag="${GITHUB_REF##*/}"
72
shasha=$(sha256sum _artifacts/SHA256SUMS | awk '{print $1}')
73
cat <<-EOF | tee /tmp/release-note.txt
74
- ${tag}
75
-
76
(Changes to be documented)
77
78
## Usage
@@ -98,4 +95,4 @@ jobs:
98
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
96
100
97
tag="${GITHUB_REF##*/}"
101
- gh release create -F /tmp/release-note.txt --draft "${tag}" _artifacts/*
+ gh release create -F /tmp/release-note.txt --draft "${tag}" --title "${tag}" _artifacts/*
0 commit comments