From a0d963609a307b89f27305ecafbd5a13e04a0b62 Mon Sep 17 00:00:00 2001 From: yaozm Date: Sun, 30 Jul 2023 10:38:19 +0800 Subject: [PATCH] chore(workflows): Update publish-phar.yml - Remove commented line - Update commit message to use tag output --- .github/workflows/publish-phar.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-phar.yml b/.github/workflows/publish-phar.yml index 747ce887..dd8da630 100644 --- a/.github/workflows/publish-phar.yml +++ b/.github/workflows/publish-phar.yml @@ -59,5 +59,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: branch: master - commit_message: Bump to ${{ github.event.release.name }} +# commit_message: Bump to ${{ github.event.release.name }} + commit_message: Bump to ${{ steps.tag.outputs.tag }} file_pattern: builds/music-dl CHANGELOG.md