From 6a9f78f122e7d1328ad3806671ca9230a3290740 Mon Sep 17 00:00:00 2001 From: naman-contentstack Date: Wed, 10 Jun 2026 19:30:31 +0530 Subject: [PATCH] Add public access to alpha release tag for contentstack-external-migrate package --- .github/workflows/release-production-plugins.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-production-plugins.yml b/.github/workflows/release-production-plugins.yml index 648f6716..44ef3589 100644 --- a/.github/workflows/release-production-plugins.yml +++ b/.github/workflows/release-production-plugins.yml @@ -198,6 +198,7 @@ jobs: token: ${{ secrets.NPM_TOKEN }} package: ./packages/contentstack-external-migrate/package.json tag: alpha + access: public - name: Create Production Release id: create_release