From 1c8b11f0504929f6002dd3200c0c7e8dde741615 Mon Sep 17 00:00:00 2001 From: Rushil Kapoor Date: Wed, 7 Aug 2024 10:29:09 +0530 Subject: [PATCH] feat: remove tag/commit signing for now while publishing packages BTC-1336 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 372b69c..9e4f271 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,4 +54,4 @@ jobs: run: yarn lerna run build - name: Lerna Publish - run: yarn lerna publish --force-publish --sign-git-tag --sign-git-commit --include-merged-tags --conventional-commits --yes --loglevel silly + run: yarn lerna publish --force-publish --include-merged-tags --conventional-commits --yes --loglevel silly