From 25da28f033eff8b33c39afbfc143ab5307e8e59a Mon Sep 17 00:00:00 2001 From: Caleb Pollman Date: Mon, 10 Feb 2025 11:59:33 -0800 Subject: [PATCH] publish tag --- .github/workflows/push-preid-release.yml | 8 +++++--- package.json | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index 9837290ed14..b0ad9b22e96 100644 --- a/.github/workflows/push-preid-release.yml +++ b/.github/workflows/push-preid-release.yml @@ -8,8 +8,9 @@ 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 + # # 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/fix-list-paths-return jobs: e2e: @@ -35,4 +36,5 @@ jobs: # The preid should be detected from the branch name recommending feat/{PREID}/whatever as branch naming pattern # if your branch doesn't follow this pattern, you can override it here for your branch. with: - preid: ${{ needs.parse-preid.outputs.preid }} + preid: poc-list-paths + # preid: ${{ needs.parse-preid.outputs.preid }} diff --git a/package.json b/package.json index dadc2b31ccf..9ffba3cfdaa 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "publish:release": "yarn generate-metadata && 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/fix-list-paths-return": "lerna publish --canary --force-publish --dist-tag=poc-list-paths --preid=poc-list-paths --yes", "generate-metadata": "git rev-parse --short HEAD > packages/core/metadata && git commit -am 'chore(release): Set core metadata [skip release]'", "ts-coverage": "lerna run ts-coverage", "prepare": "husky && ./scripts/set-preid-versions.sh"