Skip to content

Commit

Permalink
Merge pull request #165 from elebiodaslingshot/patch-1
Browse files Browse the repository at this point in the history
docs: fix example tag format with proper lodash
  • Loading branch information
cycjimmy committed May 9, 2023
2 parents 8e58d20 + 4dd16d6 commit 7f0c0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ steps:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
tag_format: custom-v{version}
tag_format: custom-v${version}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 7f0c0e4

Please sign in to comment.