Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Feb 7, 2025
1 parent a985e05 commit 691042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
COMPARE_URL="https://github.com/${{ github.repository }}/compare/${PREV_TAG}...${TAG_NAME}"
CHANGELOG_URL="https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md"
echo "[${PREV_TAG}...${TAG_NAME}]($COMPARE_URL)**" > release_notes.md
echo "[${PREV_TAG}...${TAG_NAME}]($COMPARE_URL)" > release_notes.md
echo "" >> release_notes.md
echo "[Full changelog]($CHANGELOG_URL)" >> release_notes.md
Expand Down

0 comments on commit 691042b

Please sign in to comment.