Skip to content

Commit e130952

Browse files
authored
ci: use repo variable for changelog link (#1246)
1 parent 9e27bce commit e130952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
tag_name: ${{ github.ref }}
2929
body: |
30-
Please refer to [CHANGELOG.md](https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md) for details.
30+
Please refer to [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for details.

0 commit comments

Comments
 (0)