Skip to content

Commit 3f18137

Browse files
committed
fix release markdown and don't append
1 parent 74cf249 commit 3f18137

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cmake-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,11 @@ jobs:
124124
with:
125125
name: "FireSTARR ${{ github.ref_name }}"
126126
body: |
127-
*Hash:** ${{ github.sha }}
127+
**Hash:** ${{ github.sha }}
128128
**Workflow run:** https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
129129
prerelease: true
130130
make_latest: false
131131
generate_release_notes: true
132-
append_body: true
133132
files: |
134133
./firestarr*/*.tar.gz
135134
./firestarr*/*.zip

0 commit comments

Comments
 (0)