5
0
Fork 0
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:
Geoffrey.C 2023-05-09 09:59:34 +08:00 committed by GitHub
commit 7f0c0e4904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}