Skip to content

Commit e117a53

Browse files
committed
fix: workflow typo
1 parent 5cf9477 commit e117a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
with:
3232
useLockFile: false
3333

34-
- if: ${{ matrix.os == 8 }}
34+
- if: ${{ matrix.node == 8 }}
3535
name: ▶️ Run validate script
3636
run: npm run clean && npm-run-all test build
3737

38-
- if: ${{ matrix.os != 8 }}
38+
- if: ${{ matrix.node != 8 }}
3939
name: ▶️ Run validate script
4040
run: npm run validate
4141

0 commit comments

Comments
 (0)