Skip to content

Commit c307290

Browse files
committed
[ci] Fix nit
1 parent 5b4db78 commit c307290

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
- run: npm test
3737
- run: npm run prebuild
3838
if:
39-
matrix.node == 14 && matrix.os != 'macos-latest' && startsWith(github.ref,
40-
'refs/tags/')
39+
matrix.node == 14 && matrix.os != 'macos-latest' &&
40+
startsWith(github.ref, 'refs/tags/')
4141
- run: npm run prebuild-darwin-x64+arm64
4242
if:
43-
matrix.node == 14 && matrix.os == 'macos-latest' && startsWith(github.ref,
44-
'refs/tags/')
43+
matrix.node == 14 && matrix.os == 'macos-latest' &&
44+
startsWith(github.ref, 'refs/tags/')
4545
- uses: actions/upload-artifact@v2
4646
if: matrix.node == 14 && startsWith(github.ref, 'refs/tags/')
4747
with:

0 commit comments

Comments
 (0)