Skip to content

Commit

Permalink
Switch join to format [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SRGDamia1 committed Dec 15, 2020
1 parent 1336106 commit 04f9d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
uses: anmarkoulis/commitizen-changelog-reader@master
with:
# NOTE: Need to add the refs/tags to work with the generate notes action
tag_name: ${{ join(['refs/tags/', env.VERSION], '') }}
tag_name: ${{ format('refs/tags/{0}', env.VERSION) }}
changelog: ChangeLog.md

# Create a new release
Expand Down

0 comments on commit 04f9d68

Please sign in to comment.