Skip to content

Commit b9cbc91

Browse files
committed
feat: add release step to release job
1 parent 5aa92d8 commit b9cbc91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
with:
5555
name: build-artifact
5656

57-
- name: Run artifact
58-
run: node index.js
57+
- name: Release
58+
run: yarn release
5959

0 commit comments

Comments
 (0)