Skip to content

Commit 903418f

Browse files
Merge pull request #203 from contentstack/fix/release-workflow
Update release-production-plugins.yml
2 parents 172ab6a + 2123937 commit 903418f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release-production-plugins.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@ jobs:
151151
package: ./packages/contentstack-branches/package.json
152152
tag: latest
153153

154+
# Apps CLI
155+
- name: Publishing apps-cli (Production)
156+
uses: JS-DevTools/npm-publish@v3
157+
with:
158+
token: ${{ secrets.NPM_TOKEN }}
159+
package: ./packages/contentstack-apps-cli/package.json
160+
tag: latest
161+
154162
# Query Export
155163
- name: Publishing query export (Production)
156164
uses: JS-DevTools/npm-publish@v3

0 commit comments

Comments
 (0)