Skip to content

Commit

Permalink
add scope to wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Mar 21, 2024
1 parent 15e73ea commit 12e7e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if ! git diff --staged --quiet; then
git commit -am "build 🛠 $CHANGES_DESC"
git push origin main
lerna publish --no-verify-access --yes
lerna publish --scope chain-registry --no-verify-access --yes
echo "GIT_RESULT=Published." >> $GITHUB_ENV
else
echo "GIT_RESULT=No changes to commit." >> $GITHUB_ENV
Expand Down

0 comments on commit 12e7e2b

Please sign in to comment.