We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedb3b0 commit 893bcf7Copy full SHA for 893bcf7
.github/workflows/create&release.yml
@@ -26,7 +26,7 @@ jobs:
26
token: ${{ secrets.GITHUB_TOKEN }}
27
tag: ${{steps.version.outputs.prop}}
28
name: ${{steps.version.outputs.prop}}
29
- body: Please check [changelog](https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/CHANGELOG.md) for changes
+ body: Please check [changelog](https://github.com/${{ github.repository }}/blob/${{ github.ref_name }}/CHANGELOG.md) for changes
30
files: ${{ github.event.repository.name }}.zip
31
gzip: false
32
draft: false
0 commit comments