diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 129c9fb..057b3b6 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -91,6 +91,6 @@ jobs: files: /tmp/mushmatch-distrib/MushMatch-${{ steps.get-version-num.outputs.build }}.* tag_name: releases/v${{ steps.get-version-num.outputs.version }} name: Mush Match v${{ steps.get-version-num.outputs.version }} - body_path: latest-changes.adoc + body_path: latest-changes.md draft: false prerelease: false