chore: 移除CI工作流中的构建步骤,简化发布和快照版本流程
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -35,9 +35,6 @@ jobs:
|
||||
- name: Run tests
|
||||
run: pnpm run test:ci
|
||||
|
||||
- name: Build package
|
||||
run: pnpm run build
|
||||
|
||||
- name: Create Release Pull Request or Publish to npm
|
||||
id: changesets
|
||||
uses: changesets/action@v1
|
||||
|
||||
3
.github/workflows/snapshot.yml
vendored
3
.github/workflows/snapshot.yml
vendored
@ -34,9 +34,6 @@ jobs:
|
||||
- name: Run tests
|
||||
run: pnpm run test:ci
|
||||
|
||||
- name: Build package
|
||||
run: pnpm run build
|
||||
|
||||
- name: Release snapshot version
|
||||
run: |
|
||||
# 确保在正确的分支
|
||||
|
||||
Reference in New Issue
Block a user