From d9caa7245605f423a6967f21aa9fc3299b7fdc16 Mon Sep 17 00:00:00 2001 From: Mirza Karacic Date: Fri, 20 Dec 2024 08:51:29 -0800 Subject: [PATCH] test --- .github/actions/github-release/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/github-release/action.yaml b/.github/actions/github-release/action.yaml index b1e20658e..5e3883160 100644 --- a/.github/actions/github-release/action.yaml +++ b/.github/actions/github-release/action.yaml @@ -28,7 +28,7 @@ runs: shell: bash id: release-notes run: | - notes=$(git log "${{steps.get-previous-tag.outputs.previous-tag }}..HEAD" --pretty=format:"%s" --no-merges) + notes=$(git log "${{ steps.get-previous-tag.outputs.previous-tag }}..HEAD" --pretty=format:"%s" --no-merges) # GitHub Actions requires that multiline output is escaped: notes="${notes//'%'/'%25'}"