From d7791ee8f006c80da01480daa6ee9f36d305066c Mon Sep 17 00:00:00 2001 From: 9FS Date: Wed, 18 Sep 2024 21:08:34 +0000 Subject: [PATCH] haher --- .github/workflows/on tag deploy on github.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on tag deploy on github.yaml b/.github/workflows/on tag deploy on github.yaml index 5a4506e..33edb39 100644 --- a/.github/workflows/on tag deploy on github.yaml +++ b/.github/workflows/on tag deploy on github.yaml @@ -92,7 +92,7 @@ jobs: - name: "Generate Changelog" id: "generate_changelog" run: | - commit_messages=$(git log --pretty=format:'- %cI (%h): %s' '${{needs.initialisation.outputs.TAG_PREVIOUS}}'..'${{needs.initialisation.outputs.TAG}}') + commit_messages=$(git log --pretty=format:'- %h: %s' '${{needs.initialisation.outputs.TAG_PREVIOUS}}'..'${{needs.initialisation.outputs.TAG}}') { echo "changelog<