Skip to content

Commit

Permalink
Merge pull request #748 from contentstack/staging
Browse files Browse the repository at this point in the history
Staging to main
  • Loading branch information
netrajpatel authored May 4, 2023
2 parents 32d36b5 + 76d2ed4 commit 99ccbd6
Show file tree
Hide file tree
Showing 64 changed files with 9,586 additions and 60 deletions.
1 change: 1 addition & 0 deletions .github/config/release.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"bootstrap": false,
"bulk-publish": false,
"dev-dependencies": false,
"launch": false,
"core": false
}
}
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,21 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-bulk-publish/package.json
- name: Installing dependencies of launch
id: launch-installation
if: ${{env.release_releaseAll == 'true' || env.release_plugins_launch == 'true'}}
working-directory: ./packages/contentstack-launch
run: npm install
- name: Compiling launch
if: ${{ steps.launch-installation.conclusion == 'success' }}
working-directory: ./packages/contentstack-launch
run: npm run prepack
- name: Publishing launch
uses: JS-DevTools/npm-publish@v1
if: ${{ steps.launch-installation.conclusion == 'success' }}
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-launch/package.json
- name: Installing dependencies of core
id: core-installation
if: ${{env.release_releaseAll == 'true' || env.release_plugins_core == 'true'}}
Expand Down
Loading

0 comments on commit 99ccbd6

Please sign in to comment.