Skip to content

Commit 95fc123

Browse files
authored
Merge pull request #325 from wakatime/bugfix/tagging
Use commit sha as current tag
2 parents 20f81d9 + ca78e00 commit 95fc123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_push_protected_branches.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
prerelease_id: "alpha"
7171
-
7272
name: Changelog
73-
uses: gandarez/[email protected].2
73+
uses: gandarez/[email protected].3
7474
id: changelog
7575
with:
76-
current_tag: ${{ steps.semver-tag.outputs.semver_tag }}
76+
current_tag: $GITHUB_SHA
7777
exclude: |
7878
^Merge pull request .*
7979
-

0 commit comments

Comments
 (0)