From 9248770880f0e9784754fdf92960ebce3e8c97b4 Mon Sep 17 00:00:00 2001 From: Mayank Date: Wed, 21 Feb 2024 12:01:56 +0000 Subject: [PATCH] attempt fix publsih [skip ci] --- .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 f8e3dd6e..6b2053ea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,7 +58,7 @@ jobs: - name: Publish package with long name for better SEO continue-on-error: true run: | - npm cache clean + npm cache clean --force cd dist sed -i -e "s/.*name.*/\t\"name\": \"react18-global-store\",/" package.json npm publish --provenance --access public