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