diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ac3ef54f8..5c889f37e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -33,6 +33,8 @@ jobs: 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}} GH_TOKEN: ${{ secrets.GH_LERNA_PUBLISH_TOKEN }} diff --git a/packages/chain-registry/chain-registry b/packages/chain-registry/chain-registry index 1f5de5640..2eaab04a7 160000 --- a/packages/chain-registry/chain-registry +++ b/packages/chain-registry/chain-registry @@ -1 +1 @@ -Subproject commit 1f5de564055e3a105603e66ecb0774f53be454e7 +Subproject commit 2eaab04a72bc0273121d71a597aca4ef31d12420