Skip to content

Commit 691042b

Browse files
committed
update gh action
1 parent a985e05 commit 691042b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
COMPARE_URL="https://github.com/${{ github.repository }}/compare/${PREV_TAG}...${TAG_NAME}"
5959
CHANGELOG_URL="https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md"
6060
61-
echo "[${PREV_TAG}...${TAG_NAME}]($COMPARE_URL)**" > release_notes.md
61+
echo "[${PREV_TAG}...${TAG_NAME}]($COMPARE_URL)" > release_notes.md
6262
echo "" >> release_notes.md
6363
echo "[Full changelog]($CHANGELOG_URL)" >> release_notes.md
6464

0 commit comments

Comments
 (0)