Skip to content

Commit e3b2964

Browse files
committed
ci(release): remove demo setup from install step
1 parent 53386fe commit e3b2964

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ jobs:
8585
bun-version: latest
8686

8787
- name: Install
88-
run: |
89-
bun install --frozen-lockfile
90-
cd examples/demo
91-
bun run setup
88+
run: bun install --frozen-lockfile
9289

9390
- name: Get current native SDK versions from target branch
9491
id: current_versions

0 commit comments

Comments
 (0)