Skip to content

Commit 858e80e

Browse files
committed
chore(publish): force version all packages after diff check
previously ony app was forced in order to fix app not always bumping version, but that left uncommitted changes in working directory so then publish failed
1 parent 9014433 commit 858e80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
npm whoami
4242
git diff --exit-code
4343
yarn lerna changed
44-
yarn lerna version --yes --force-publish @react-native-firebase/app
44+
yarn lerna version --yes --force-publish=*
4545
yarn lerna publish from-package --yes
4646
env:
4747
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)