Skip to content

Commit

Permalink
fixed npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Feb 26, 2024
1 parent c7f3611 commit 276497f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion packages/chain-registry/chain-registry
Submodule chain-registry updated 126 files

0 comments on commit 276497f

Please sign in to comment.