Skip to content

Commit 6c6f185

Browse files
committed
chore: workflow problem
1 parent 7c60c3a commit 6c6f185

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

.github/workflows/pre-release.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -106,44 +106,12 @@ jobs:
106106
if: startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'hotfix/')
107107
run: node common/scripts/install-run-rush.js version --bump
108108

109-
- name: Build vrender-core
110-
if: startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'hotfix/')
111-
run: node common/scripts/install-run-rush.js build --only @visactor/vrender-core
112-
113-
- name: Build vrender-kits
114-
if: startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'hotfix/')
115-
run: node common/scripts/install-run-rush.js build --only @visactor/vrender-kits
116-
117-
- name: Build vrender-animate
118-
if: startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'hotfix/')
119-
run: node common/scripts/install-run-rush.js build --only @visactor/vrender-animate
120-
121-
- name: Build vrender-components
122-
if: startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'hotfix/')
123-
run: node common/scripts/install-run-rush.js build --only @visactor/vrender-components
124-
125-
- name: Build vrender
126-
if: startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'hotfix/')
127-
run: node common/scripts/install-run-rush.js build --only @visactor/vrender
128-
129-
- name: Build bugserver
130-
if: startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'hotfix/')
131-
run: node common/scripts/install-run-rush.js build --only @internal/bugserver-trigger
132-
133109
# - name: Run CI
134110
# working-directory: ./tools/bugserver-trigger
135111
# env:
136112
# BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
137113
# run: node ../../common/scripts/install-run-rushx.js ci -t @internal/bugserver-trigger
138114

139-
- name: Build react-vrender
140-
if: startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'hotfix/')
141-
run: node common/scripts/install-run-rush.js build --only @visactor/react-vrender
142-
143-
- name: Build react-vrender-utils
144-
if: startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'hotfix/')
145-
run: node common/scripts/install-run-rush.js build --only @visactor/react-vrender-utils
146-
147115
- name: Apply prereleaseName
148116
if: startsWith(github.ref_name, 'pre-release/')
149117
run: node common/scripts/apply-prerelease-version.js ${{ steps.semver_prerelease.outputs.pre_release_name }} ${{ steps.semver_prerelease.outputs.main }}

0 commit comments

Comments
 (0)