From 1512dc641d5539461a2a9137c6a04e9761f9e3e3 Mon Sep 17 00:00:00 2001 From: Allan Zheng Date: Wed, 19 Jun 2024 22:35:52 -0700 Subject: [PATCH] chore: fix npm dist tag to be storage-browser --- .github/workflows/push-preid-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index d4867df08d0..c24a87da0a3 100644 --- a/.github/workflows/push-preid-release.yml +++ b/.github/workflows/push-preid-release.yml @@ -34,4 +34,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: storage-browser + # preid: ${{ needs.parse-preid.outputs.preid }}