We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce819a7 commit 4152022Copy full SHA for 4152022
.github/workflows/npm-publish.yml
@@ -12,8 +12,6 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
- with:
16
- submodules: false
17
- uses: actions/setup-node@v2
18
with:
19
node-version: 20
@@ -30,11 +28,6 @@ jobs:
30
28
npm run build-pack
31
29
node scripts/build-task.js
32
33
- - name: Build MCP API docs
34
- run: |
35
- cd packages/igniteui-mcp/igniteui-doc-mcp
36
- npm run build:docs:all
37
-
38
- name: Define npm tag
39
run: |
40
if [[ ${VERSION} == *"alpha"* || ${VERSION} == *"beta"* || ${VERSION} == *"rc"* ]]; then echo "NPM_TAG=next"; else echo "NPM_TAG=latest"; fi >> $GITHUB_ENV
0 commit comments