There was an error while loading. Please reload this page.
1 parent cf5c9f3 commit dda592aCopy full SHA for dda592a
1 file changed
.github/workflows/publish.yml
@@ -99,7 +99,7 @@ jobs:
99
else
100
VERSION_COMMAND="${VERSION_COMMAND} --conventional-prerelease --preid beta"
101
fi
102
- VERSION_COMMAND="${VERSION_COMMAND} --conventional-commits --yes"
+ VERSION_COMMAND="${VERSION_COMMAND} --force-publish --conventional-commits --yes"
103
if [ "${DRY_RUN}" = "true" ]; then
104
VERSION_COMMAND="${VERSION_COMMAND} --no-push --no-git-tag-version"
105
echo "Dry run: would publish the following versions to npm dist-tag: ${DIST_TAG}"
0 commit comments