Skip to content

Commit

Permalink
Setting auto publish on in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rafajaques committed May 31, 2016
1 parent a52baa7 commit c397384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ deploy:
repo: windows
package: "php-assistant"
version: 0.0.7
publish: false
publish: true
override: true
explode: true
on:
Expand Down
2 changes: 1 addition & 1 deletion deploy/descriptor-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
}
}
],
"publish": false
"publish": true
}
2 changes: 1 addition & 1 deletion deploy/descriptor-osx.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
}
}
],
"publish": false
"publish": true
}

0 comments on commit c397384

Please sign in to comment.