Skip to content

Commit 38f1e08

Browse files
author
Simon Hofmann
committed
Fixed missing quotes
1 parent 8b9cb28 commit 38f1e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test_script:
3333

3434
on_success:
3535
- ps: |
36-
if ($env:APPVEYOR_REPO_TAG -eq "true -And $env:nodejs_version -eq "12)
36+
if ($env:APPVEYOR_REPO_TAG -eq "true" -And $env:nodejs_version -eq "12")
3737
{
3838
npm publish
3939
}

0 commit comments

Comments
 (0)