We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4ba48 commit 66cd252Copy full SHA for 66cd252
2 files changed
.github/workflows/release.yml
@@ -59,11 +59,11 @@ jobs:
59
NODE_OPTIONS: '--max_old_space_size=4096'
60
run: node common/scripts/install-run-rush.js build --only @visactor/lark-vchart
61
62
- - name: Run Bugserver
63
- working-directory: ./packages/vchart
64
- env:
65
- BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
66
- run: node ../../common/scripts/install-run-rushx.js ci
+ # - name: Run Bugserver
+ # working-directory: ./packages/vchart
+ # env:
+ # BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
+ # run: node ../../common/scripts/install-run-rushx.js ci
67
68
- name: Publish to npm
69
env:
0 commit comments