We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e27bd commit 500b2faCopy full SHA for 500b2fa
.github/workflows/release-v1-beta-core.yml
@@ -42,20 +42,17 @@ jobs:
42
run: pnpm install --frozen-lockfile
43
44
- name: Build all packages
45
- if: ${{ steps.core-installation.conclusion == 'success' }}
46
run: pnpm -r --sort run build
47
48
- name: Publishing core (Beta)
49
id: publish-core
50
uses: JS-DevTools/npm-publish@v3
51
52
with:
53
token: ${{ secrets.NPM_TOKEN }}
54
package: ./packages/contentstack/package.json
55
tag: beta
56
57
- name: Create Core Beta Release
58
- if: ${{ steps.publish-core.conclusion == 'success' }}
59
id: create_release
60
env:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments