We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef72e58 commit 3ae44e9Copy full SHA for 3ae44e9
.github/workflows/publish.yml
@@ -50,4 +50,4 @@ jobs:
50
with:
51
prerelease: ${{ steps.tag.outputs.IS_PRERELEASE == 'true' }}
52
body: |
53
- Please refer to [Change-log.md](https://github.com/${{ github.repository }}/blob/main/Change-log.md) for release notes.
+ Please refer to [Change-log.md](https://github.com/${{ github.repository }}/blob/develop/Change-log.md) for release notes.
0 commit comments