From 2dd4bf99541b4e7a000024af35930b32a65a2b21 Mon Sep 17 00:00:00 2001 From: steveoh Date: Thu, 14 Oct 2021 14:03:52 -0600 Subject: [PATCH] fix: publishing a release creates a tag --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2203725..2e8a273 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: run: | git config user.name "Version Bot" git config user.email "version-bot@users.noreply.github.com" - npm version $(gh release view --json tagName --jq ".tagName") -m "release: %s" + npm version $(gh release view --json tagName --jq ".tagName") -m "release: %s" --allow-same-version git push --follow-tags macos: