From 62243262f2d0a6132ea427892c9ea2a9b24e7e31 Mon Sep 17 00:00:00 2001 From: Allan Zheng Date: Thu, 6 Jun 2024 17:06:58 -0700 Subject: [PATCH] chore: enable storage-browser preid release --- .github/workflows/push-preid-release.yml | 3 +-- package.json | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index 9837290ed14..d4867df08d0 100644 --- a/.github/workflows/push-preid-release.yml +++ b/.github/workflows/push-preid-release.yml @@ -8,8 +8,7 @@ concurrency: on: push: branches: - # Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on - - feat/example-preid-branch/main + - storage-browser/main jobs: e2e: diff --git a/package.json b/package.json index 7970a9f5d26..a3fba5f6d4f 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "publish:release": "lerna publish --conventional-commits --message 'chore(release): Publish [skip release]' --yes", "publish:v5-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-5 --message 'chore(release): Publish [ci skip]' --no-verify-access", "publish:verdaccio": "lerna publish --canary --force-publish --no-push --dist-tag=unstable --preid=unstable --yes", + "publish:storage-browser/main": "lerna publish --canary --force-publish --dist-tag=storage-browser --preid=storage-browser --yes", "ts-coverage": "lerna run ts-coverage", "prepare": "husky && ./scripts/set-preid-versions.sh" },