Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit 191fca0

Browse files
committed
fix: script release
1 parent b54a57b commit 191fca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install
1818
run: yarn install
1919
- name: Build
20-
run: yarn code:build
20+
run: yarn build
2121
- name: Publish
2222
run: sh scripts/publish.sh
2323
env:

0 commit comments

Comments
 (0)