From 4dd16d6e8b74b45764516b77533abbfb233c1afb Mon Sep 17 00:00:00 2001 From: elebiodaslingshot <112573991+elebiodaslingshot@users.noreply.github.com> Date: Mon, 8 May 2023 11:56:13 -0500 Subject: [PATCH] docs: fix example tag format with proper lodash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc858fa6..a9773d34 100644 --- a/README.md +++ b/README.md @@ -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 }}