From 4b394651bf33cd346d7aaac2c99be35837b2263f Mon Sep 17 00:00:00 2001 From: shafeeqd959 Date: Mon, 30 Mar 2026 16:56:29 +0530 Subject: [PATCH] removed dev dependency pkg from release pipeline --- .github/workflows/release-production-platform-plugins.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release-production-platform-plugins.yml b/.github/workflows/release-production-platform-plugins.yml index da4cc80680..060a9f07d6 100644 --- a/.github/workflows/release-production-platform-plugins.yml +++ b/.github/workflows/release-production-platform-plugins.yml @@ -37,14 +37,6 @@ jobs: filename: .github/config/release.json prefix: release - # Dev Dependencies - - name: Publishing dev dependencies (Production) - uses: JS-DevTools/npm-publish@v3 - with: - token: ${{ secrets.NPM_TOKEN }} - package: ./packages/contentstack-dev-dependencies/package.json - tag: latest - # Utilities - name: Publishing utilities (Production) uses: JS-DevTools/npm-publish@v3