We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafb977 commit 99585a7Copy full SHA for 99585a7
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
with:
17
tag_name: ${{ github.ref }}
18
- release_name: "${{ github.ref_name }}"
+ release_name: "chainprof ${{ github.ref_name }}"
19
body: |
20
Version ${{ github.ref_name }}.
21
draft: true
0 commit comments