Skip to content

Commit

Permalink
chore: temp delete Run Bugserver when release
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Jul 26, 2023
1 parent 0030c64 commit 85c5761
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: node common/scripts/install-run-rush.js build --only tag:package

- name: Run Bugserver
working-directory: ./packages/vtable
env:
BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
run: node ../../common/scripts/install-run-rushx.js ci
# - name: Run Bugserver
# working-directory: ./packages/vtable
# env:
# BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
# run: node ../../common/scripts/install-run-rushx.js ci

- name: Publish to npm
env:
Expand Down

0 comments on commit 85c5761

Please sign in to comment.