diff --git a/package.json b/package.json index 8e0e02fc5..9556a7722 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,9 @@ "ci:publish:alpha": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid alpha --force-publish --dist-tag next --yes", "ci:publish:beta": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid beta --force-publish --dist-tag next --yes", "ci:publish:rc": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid rc --force-publish --dist-tag next --yes", - "ci:publish:latest": "lerna publish --conventional-commits --dist-tag latest --no-verify-access --yes", + "ci:publish:latest": "lerna publish --conventional-commits --dist-tag latest-6 --no-verify-access --yes", "ci:publish:latest-from-pre": "lerna publish --conventional-graduate --conventional-commits --dist-tag latest --no-verify-access --force-publish --yes", - "ci:publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\"%Y%m%dT%H%M%S\") --force-publish --no-changelog --no-git-tag-version --dist-tag dev --no-push --yes" + "ci:publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\"%Y%m%dT%H%M%S\") --force-publish --no-changelog --no-git-tag-version --dist-tag dev-6 --no-push --yes" }, "devDependencies": { "@actions/core": "^1.9.1",