Skip to content

Commit c885f2c

Browse files
committed
release.yml: Fix RELEASE_NOTES link
1 parent e20b845 commit c885f2c

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
@@ -38,7 +38,7 @@ jobs:
3838
tag: ${{ github.ref }}
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
name: FlashFloppy ${{ steps.vars.outputs.ver }}
41-
body: "[**Release Notes:**](https://github.com/keirf/flashfloppy/blob/stable-v3/RELEASE_NOTES)"
41+
body: "[**Release Notes:**](https://github.com/keirf/flashfloppy/blob/master/RELEASE_NOTES)"
4242
draft: false
4343
prerelease: false
4444
artifacts: flashfloppy-${{ steps.vars.outputs.ver }}.zip

0 commit comments

Comments
 (0)