Skip to content

Commit 9992d63

Browse files
committed
fix: typo in workflow
1 parent 3bdf050 commit 9992d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_branches.workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm ci
3131

3232
- name: Build plugin
33-
run: npm build
33+
run: npm run build
3434

3535
- name: Release
3636
env:

0 commit comments

Comments
 (0)