From 46741afbc0dadd6723f738be5b0a2462a7c9c25b Mon Sep 17 00:00:00 2001 From: rxchard <40161763+rxchard@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:48:59 +0100 Subject: [PATCH] ci: forgot " --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d53d20a..0ee3c8c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: run: | echo "changes=" >> $GITHUB_OUTPUT if [ ${{ github.ref }} == "refs/heads/master" ] ; then - echo "changes=`git log --oneline $(git tag -l --format='%(objectname)' | tail -n1)..HEAD --pretty=format:%s | grep -E '(feat)|(fix)'` \ + echo "changes=`git log --oneline $(git tag -l --format='%(objectname)' | tail -n1)..HEAD --pretty=format:%s | grep -E '(feat)|(fix)'`" \ >> $GITHUB_OUTPUT fi