From c5b0ea5f6fd6d9a67179eda2872ce2f2f34f07bf Mon Sep 17 00:00:00 2001 From: Gustavo6046 Date: Tue, 19 Oct 2021 23:17:21 -0300 Subject: [PATCH] Update changelog filename in CI to reflect 45452515d33 Forgot to change .adoc to .md. Oops. --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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