Skip to content

Commit

Permalink
Merge pull request #327 from wakatime/bugfix/tagging
Browse files Browse the repository at this point in the history
Add missing curly brackets to variable
  • Loading branch information
gandarez authored May 1, 2021
2 parents 95fc123 + e95ee88 commit 1c5aa7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on_push_protected_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ jobs:
prerelease_id: "alpha"
-
name: Changelog
uses: gandarez/[email protected].3
uses: gandarez/[email protected].4
id: changelog
with:
current_tag: $GITHUB_SHA
current_tag: ${{ github.sha }}
previous_tag: ${{ steps.semver-tag.outputs.ancestor_tag }}
exclude: |
^Merge pull request .*
-
Expand Down

0 comments on commit 1c5aa7c

Please sign in to comment.