chore: add registry install flow
This commit is contained in:
@@ -99,3 +99,6 @@ jobs:
|
||||
|
||||
- name: Validate pending changesets
|
||||
run: pnpm changeset:status --since "origin/${BASE_REF}"
|
||||
|
||||
- name: Validate registry metadata
|
||||
run: pnpm registry:check
|
||||
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: Open or update version PR
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
version: pnpm changeset version
|
||||
version: pnpm release:version
|
||||
commit: "chore: version packages"
|
||||
title: "chore: version packages"
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user