Skip to content

Commit 8b9cb28

Browse files
author
Simon Hofmann
committed
Refined deployment specifier
1 parent ac6f41e commit 8b9cb28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ test_script:
3333

3434
on_success:
3535
- ps: |
36-
if ($env:APPVEYOR_REPO_TAG -eq "true -And $env:nodejs_version -eq "12)
37-
{
38-
npm publish
39-
}
36+
if ($env:APPVEYOR_REPO_TAG -eq "true -And $env:nodejs_version -eq "12)
37+
{
38+
npm publish
39+
}
4040
4141
build: off
4242
version: "{build}"

0 commit comments

Comments
 (0)