mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 18:56:56 +00:00
Merge pull request #165 from elebiodaslingshot/patch-1
docs: fix example tag format with proper lodash
This commit is contained in:
commit
7f0c0e4904
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