Skip to content

Commit

Permalink
Merge pull request #978 from contentstack/staging
Browse files Browse the repository at this point in the history
Main <- Staging : 09/08/2023
  • Loading branch information
abhinav-from-contentstack authored Aug 9, 2023
2 parents 00fb319 + c043238 commit 456c84d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
if: ${{ env.release_releaseAll == 'true' || env.release_plugins_export == 'true'}}
working-directory: ./packages/contentstack-export
run: npm install
- name: Compiling export
if: ${{ steps.export-installation.conclusion == 'success' }}
working-directory: ./packages/contentstack-export
run: npm run prepack
- name: Publishing export
uses: JS-DevTools/npm-publish@v1
if: ${{ steps.export-installation.conclusion == 'success' }}
Expand All @@ -113,6 +117,10 @@ jobs:
if: ${{env.release_releaseAll == 'true' || env.release_plugins_import == 'true'}}
working-directory: ./packages/contentstack-import
run: npm install
- name: Compiling import
if: ${{ steps.import-installation.conclusion == 'success' }}
working-directory: ./packages/contentstack-import
run: npm run prepack
- name: Publishing import
uses: JS-DevTools/npm-publish@v1
if: ${{ steps.import-installation.conclusion == 'success' }}
Expand Down

0 comments on commit 456c84d

Please sign in to comment.