Skip to content

Commit

Permalink
Update create&release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
symbuzzer committed May 21, 2023
1 parent fedb3b0 commit 893bcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create&release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{steps.version.outputs.prop}}
name: ${{steps.version.outputs.prop}}
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
files: ${{ github.event.repository.name }}.zip
gzip: false
draft: false
Expand Down

0 comments on commit 893bcf7

Please sign in to comment.