mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-02-19 17:48:17 +00:00
chore: Add changeset status step to CI workflow (#607)
* chore: Add changeset status step to CI workflow * f * f * f * Update ci.yml * Update ci.yml * Update ci.yml
This commit is contained in:
parent
121937bcbe
commit
b286ef2a74
@ -5,7 +5,7 @@
|
||||
"fixed": [],
|
||||
"linked": [],
|
||||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"baseBranch": "origin/main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": []
|
||||
}
|
||||
|
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -22,7 +22,8 @@ jobs:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
# https://github.com/changesets/changesets/issues/1055
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
@ -35,6 +36,10 @@ jobs:
|
||||
node-version: 20.18.0
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Changeset
|
||||
# https://github.com/changesets/changesets/issues/1048
|
||||
run: pnpm dlx @changesets/cli status --since origin/main
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user