Skip to content

Commit

Permalink
remove verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Mar 28, 2024
1 parent 07c2a66 commit bd513e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
yarn
yarn bootstrap
lerna publish --force-publish=chain-registry --no-verify-access --yes --verbose
lerna publish --force-publish=chain-registry --no-verify-access --yes
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
GH_TOKEN: ${{ secrets.GH_LERNA_PUBLISH_TOKEN }}

0 comments on commit bd513e8

Please sign in to comment.