Skip to content

Commit 0363b58

Browse files
committed
chore: lint 😆
1 parent 982ae2e commit 0363b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: 📦 release nuxi-nightly
4141
if: |
4242
github.event_name == 'push' &&
43-
matrix.os != 'windows-latest' &&
43+
matrix.os != 'windows-latest' &&
4444
!contains(github.event.head_commit.message, '[skip-release]') &&
4545
!contains(github.event.head_commit.message, 'docs')
4646
run: |

0 commit comments

Comments
 (0)