Skip to content

Commit 1c5aa7c

Browse files
authored
Merge pull request #327 from wakatime/bugfix/tagging
Add missing curly brackets to variable
2 parents 95fc123 + e95ee88 commit 1c5aa7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/on_push_protected_branches.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ jobs:
7070
prerelease_id: "alpha"
7171
-
7272
name: Changelog
73-
uses: gandarez/[email protected].3
73+
uses: gandarez/[email protected].4
7474
id: changelog
7575
with:
76-
current_tag: $GITHUB_SHA
76+
current_tag: ${{ github.sha }}
77+
previous_tag: ${{ steps.semver-tag.outputs.ancestor_tag }}
7778
exclude: |
7879
^Merge pull request .*
7980
-

0 commit comments

Comments
 (0)