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
|
- name: Run tests
|
||||||
run: pnpm run test:ci
|
run: pnpm run test:ci
|
||||||
|
|
||||||
- name: Build package
|
|
||||||
run: pnpm run build
|
|
||||||
|
|
||||||
- name: Create Release Pull Request or Publish to npm
|
- name: Create Release Pull Request or Publish to npm
|
||||||
id: changesets
|
id: changesets
|
||||||
uses: changesets/action@v1
|
uses: changesets/action@v1
|
||||||
|
|||||||
3
.github/workflows/snapshot.yml
vendored
3
.github/workflows/snapshot.yml
vendored
@ -34,9 +34,6 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pnpm run test:ci
|
run: pnpm run test:ci
|
||||||
|
|
||||||
- name: Build package
|
|
||||||
run: pnpm run build
|
|
||||||
|
|
||||||
- name: Release snapshot version
|
- name: Release snapshot version
|
||||||
run: |
|
run: |
|
||||||
# 确保在正确的分支
|
# 确保在正确的分支
|
||||||
|
|||||||
Reference in New Issue
Block a user