Skip to content

Commit

Permalink
ci: Fix script interpreted as oneliner
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dh committed Jul 17, 2020
1 parent a4d04d0 commit 2a4295a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@ cache: '%APPDATA%\npm'

install:
- ps: >-
Install-Product node $env:nodejs_version
npm install -g semantic-release
deploy_script:
- semantic-release

0 comments on commit 2a4295a

Please sign in to comment.