From 47b8960aff34f218d60fdfbddbaf62d916c5b57e Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 16 Nov 2020 17:36:27 -0600 Subject: [PATCH] Update release-publish.yml --- .github/workflows/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index b505048..68abc04 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -28,7 +28,7 @@ jobs: # Uncomment for NPM publishing. VERSION="`cat lerna.json | grep '"version":' | awk '{ print $2 }' | sed 's/[",]//g' | cut -d'-' -f1`" - git push --delete origin "v$VERSION" + git push --delete origin "v$VERSION" || true yarn lerna version $VERSION --no-git-tag-version -y git commit -am "v$VERSION" git push