Skip to content

Commit 2a4295a

Browse files
committed
ci: Fix script interpreted as oneliner
1 parent a4d04d0 commit 2a4295a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ cache: '%APPDATA%\npm'
3535

3636
install:
3737
- ps: >-
38+
3839
Install-Product node $env:nodejs_version
40+
41+
42+
3943
npm install -g semantic-release
44+
4045
4146
deploy_script:
4247
- semantic-release

0 commit comments

Comments
 (0)