File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 4141 # Dev Dependencies
4242 - name : Publishing dev dependencies (Beta)
4343 uses : JS-DevTools/npm-publish@v3
44- if : ${{ steps.dev-dependencies-installation.conclusion == 'success' }}
4544 with :
4645 token : ${{ secrets.NPM_TOKEN }}
4746 package : ./packages/contentstack-dev-dependencies/package.json
5049 # Utilities
5150 - name : Publishing utilities (Beta)
5251 uses : JS-DevTools/npm-publish@v3
53- if : ${{ steps.utilities-installation.conclusion == 'success' }}
5452 with :
5553 token : ${{ secrets.NPM_TOKEN }}
5654 package : ./packages/contentstack-utilities/package.json
5957 # Command
6058 - name : Publishing command (Beta)
6159 uses : JS-DevTools/npm-publish@v3
62- if : ${{ steps.command-installation.conclusion == 'success' }}
6360 with :
6461 token : ${{ secrets.NPM_TOKEN }}
6562 package : ./packages/contentstack-command/package.json
6865 # Config
6966 - name : Publishing config (Beta)
7067 uses : JS-DevTools/npm-publish@v3
71- if : ${{ steps.config-installation.conclusion == 'success' }}
7268 with :
7369 token : ${{ secrets.NPM_TOKEN }}
7470 package : ./packages/contentstack-config/package.json
7773 # Auth
7874 - name : Publishing auth (Beta)
7975 uses : JS-DevTools/npm-publish@v3
80- if : ${{ steps.auth-installation.conclusion == 'success' }}
8176 with :
8277 token : ${{ secrets.NPM_TOKEN }}
8378 package : ./packages/contentstack-auth/package.json
You can’t perform that action at this time.
0 commit comments