diff --git a/.github/workflows/release-v2-beta-platform-plugins.yml b/.github/workflows/release-v2-beta-platform-plugins.yml index 8127548444..38b42b535b 100644 --- a/.github/workflows/release-v2-beta-platform-plugins.yml +++ b/.github/workflows/release-v2-beta-platform-plugins.yml @@ -37,14 +37,6 @@ jobs: filename: .github/config/release.json prefix: release - # Dev Dependencies - - name: Publishing dev dependencies (Beta) - uses: JS-DevTools/npm-publish@v3 - with: - token: ${{ secrets.NPM_TOKEN }} - package: ./packages/contentstack-dev-dependencies/package.json - tag: beta - # Utilities - name: Publishing utilities (Beta) uses: JS-DevTools/npm-publish@v3