Skip to content

Commit

Permalink
docs: fix example tag format with proper lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
elebiodaslingshot committed May 8, 2023
1 parent 8e58d20 commit 4dd16d6
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 4dd16d6

Please sign in to comment.