Skip to content

Commit 1b4d235

Browse files
committed
revert: unblock bugserver
1 parent cb708e5 commit 1b4d235

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
NODE_OPTIONS: '--max_old_space_size=4096'
6262
run: node common/scripts/install-run-rush.js build --only @visactor/lark-vchart
6363

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
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
6969

7070
- name: Publish to npm
7171
env:

0 commit comments

Comments
 (0)