We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb708e5 commit 1b4d235Copy full SHA for 1b4d235
1 file changed
.github/workflows/release.yml
@@ -61,11 +61,11 @@ jobs:
61
NODE_OPTIONS: '--max_old_space_size=4096'
62
run: node common/scripts/install-run-rush.js build --only @visactor/lark-vchart
63
64
- # - name: Run Bugserver
65
- # working-directory: ./packages/vchart
66
- # env:
67
- # BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
68
- # 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
69
70
- name: Publish to npm
71
env:
0 commit comments