Skip to content

Commit

Permalink
Merge pull request #1563 from contentstack/fix/dev2
Browse files Browse the repository at this point in the history
Fix/dev2
  • Loading branch information
cs-raj authored Sep 12, 2024
2 parents 1b1a2a8 + e6a80cd commit db78920
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 116 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,22 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-utilities/package.json
- name: Installing dependencies of variants
id: variants-installation
if: ${{env.release_releaseAll == 'true' || env.release_plugins_utilities == 'true'}}
working-directory: ./packages/contentstack-variants
run: npm install
- name: Compiling variants
if: ${{ steps.variants-installation.conclusion == 'success' }}
working-directory: ./packages/contentstack-variants
run: npm run prepack
- name: Publishing variants
uses: JS-DevTools/[email protected]
if: ${{ steps.variants-installation.conclusion == 'success' }}
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-variants/package.json
access: public
- name: Installing dependencies of command
id: command-installation
if: ${{env.release_releaseAll == 'true' || env.release_plugins_command == 'true'}}
Expand Down
Loading

0 comments on commit db78920

Please sign in to comment.