Skip to content

Commit cb96a14

Browse files
committed
devop: update release
1 parent d7d9cfd commit cb96a14

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/create-release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ jobs:
1818
node-version: "18"
1919
- name: Install dependencies
2020
run: yarn install
21-
- name: Create build
22-
run: yarn build:release
23-
- name: deploy to github pages
24-
run: yarn publish-gh-pages
21+
- name: Create build and release
22+
run: yarn build:release && yarn publish-gh-pages

0 commit comments

Comments
 (0)