Skip to content

Commit 893bcf7

Browse files
committed
Update create&release.yml
1 parent fedb3b0 commit 893bcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create&release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
tag: ${{steps.version.outputs.prop}}
2828
name: ${{steps.version.outputs.prop}}
29-
body: Please check [changelog](https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/CHANGELOG.md) for changes
29+
body: Please check [changelog](https://github.com/${{ github.repository }}/blob/${{ github.ref_name }}/CHANGELOG.md) for changes
3030
files: ${{ github.event.repository.name }}.zip
3131
gzip: false
3232
draft: false

0 commit comments

Comments
 (0)