Skip to content

Commit 74680e2

Browse files
committed
fix(sdk): build:verify -> verify
1 parent 4e9de20 commit 74680e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Build SDK
9292
run: |
9393
cd sdk
94-
bun run build:verify
94+
bun run verify
9595
9696
- name: Set up Node.js for npm publishing
9797
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)