From e49e43d1fec505681d79e572f1e3381295003c1c Mon Sep 17 00:00:00 2001 From: Zetazzz Date: Tue, 27 Feb 2024 10:16:09 +0800 Subject: [PATCH] update npm publish --- .github/workflows/npm-publish.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5c889f37..18b72ab5 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,22 +18,6 @@ jobs: yarn yarn bootstrap yarn build - cd packages/chain-registry - yarn codegen - cd ../../ - cd packages/assets - yarn codegen - cd ../../ - cd packages/osmosis - yarn codegen - cd ../../ - cd packages/juno - yarn codegen - cd ../../ - git config user.name "${{ github.actor }}" - git config user.email "${{ github.actor}}@users.noreply.github.com" - git commit -am "build 🛠" - git push origin main lerna publish --no-verify-access --yes env: NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}