From 3dca2da5d66be135de1d748ea806dcf55f9195f8 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 4 Nov 2025 11:29:03 +0000 Subject: [PATCH] Add test tag while we're publishing test versions --- .github/workflows/shared-component-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-component-publish.yaml b/.github/workflows/shared-component-publish.yaml index ed8f388a87..2df2d7a652 100644 --- a/.github/workflows/shared-component-publish.yaml +++ b/.github/workflows/shared-component-publish.yaml @@ -37,4 +37,4 @@ jobs: - name: 🚀 Publish to npm working-directory: packages/shared-components - run: npm publish --access public --provenance + run: npm publish --access public --tag test --provenance