Skip to content

Commit

Permalink
Publish verbosely
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 committed Feb 20, 2024
1 parent b9f984b commit 63709d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ echo " Publish tag is ${PUBLISH_TAG}"
if [ "${DRY_RUN}" == "1" ]; then
echo "(dry run)"
else
yarn publish --tag "${PUBLISH_TAG}"
yarn publish --verbose --tag "${PUBLISH_TAG}"
fi

0 comments on commit 63709d6

Please sign in to comment.