Skip to content

Commit 97ac929

Browse files
authored
chore: fix action ci command (#16)
1 parent 7d4f8f6 commit 97ac929

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
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Continuous integration
3030
run: |
31-
run: npm run ci
31+
npm run ci
3232
3333
- name: Semantic Release
3434
run: |

0 commit comments

Comments
 (0)