From 60c2a6bf2bf9b19b41550815545dcb28928affd9 Mon Sep 17 00:00:00 2001 From: Amit Dhamu Date: Fri, 13 Jan 2023 12:10:07 +0000 Subject: [PATCH] Don't git tag --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcc7891..cd65ca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,8 +69,6 @@ jobs: yarn publish --tag beta --access public else yarn publish --access public - git tag $pkg_version - git push --tags fi - name: Create Changeset