mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
docs: fix example tag format with proper lodash
This commit is contained in:
parent
8e58d20d0f
commit
4dd16d6e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue