Skip to content

Commit dda592a

Browse files
authored
chore: add force publish flag so all packages get bumped (#10265)
1 parent cf5c9f3 commit dda592a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
else
100100
VERSION_COMMAND="${VERSION_COMMAND} --conventional-prerelease --preid beta"
101101
fi
102-
VERSION_COMMAND="${VERSION_COMMAND} --conventional-commits --yes"
102+
VERSION_COMMAND="${VERSION_COMMAND} --force-publish --conventional-commits --yes"
103103
if [ "${DRY_RUN}" = "true" ]; then
104104
VERSION_COMMAND="${VERSION_COMMAND} --no-push --no-git-tag-version"
105105
echo "Dry run: would publish the following versions to npm dist-tag: ${DIST_TAG}"

0 commit comments

Comments
 (0)