Skip to content

Commit 3956f1f

Browse files
author
cute5051
committed
fix?
1 parent 00bfa6f commit 3956f1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
VERSION=${GITHUB_REF#refs/tags/v}
2929
echo "version=$VERSION" >> $GITHUB_OUTPUT
3030
echo "Using version: $VERSION"
31-
- name: Install dependencies
32-
run: npm install
31+
32+
- name: Install dependencies
33+
run: npm install
3334

3435
- name: Run make using package.json script
3536
run: npm run make

0 commit comments

Comments
 (0)