Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 6a67617

Browse files
committed
typo
1 parent cc96fee commit 6a67617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: yarn build
3333

3434
- name: Release
35-
if: matrix.node == '16.x' && matrix.os == ubuntu-latest
35+
if: matrix.node == '16.x' && matrix.os == 'ubuntu-latest'
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)