From e95ee881ebd0859db10a1f310796fd51562ede23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Henrique=20Guard=C3=A3o=20Gandarez?= Date: Sat, 1 May 2021 17:48:22 -0300 Subject: [PATCH] Add missing curly brackets to variable --- .github/workflows/on_push_protected_branches.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_push_protected_branches.yml b/.github/workflows/on_push_protected_branches.yml index 9ba6cf52..0456bd47 100644 --- a/.github/workflows/on_push_protected_branches.yml +++ b/.github/workflows/on_push_protected_branches.yml @@ -70,10 +70,11 @@ jobs: prerelease_id: "alpha" - name: Changelog - uses: gandarez/changelog-action@v1.0.3 + uses: gandarez/changelog-action@v1.0.4 id: changelog with: - current_tag: $GITHUB_SHA + current_tag: ${{ github.sha }} + previous_tag: ${{ steps.semver-tag.outputs.ancestor_tag }} exclude: | ^Merge pull request .* -