Skip to content

Commit

Permalink
update npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Feb 27, 2024
1 parent 33d80ad commit e49e43d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit e49e43d

Please sign in to comment.