Skip to content

Commit 0baf63b

Browse files
committed
fix(release): use tag-based changelog links
1 parent 1665daa commit 0baf63b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
209209
VERSION_TAG="v${VERSION}"
210210
PREVIOUS_TAG=$(git tag -l 'v*' --sort=-version:refname | grep -vx "${VERSION_TAG}" | head -n 1)
211-
CHANGELOG_URL="https://github.com/${{ github.repository }}/blob/${{ github.sha }}/CHANGELOG.md"
211+
CHANGELOG_URL="https://github.com/${{ github.repository }}/blob/${VERSION_TAG}/CHANGELOG.md"
212212
COMPARE_URL=""
213213
214214
if [[ -n "$PREVIOUS_TAG" ]]; then

0 commit comments

Comments
 (0)