Skip to content

Commit c397384

Browse files
committed
Setting auto publish on in deploy
1 parent a52baa7 commit c397384

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy:
4747
repo: windows
4848
package: "php-assistant"
4949
version: 0.0.7
50-
publish: false
50+
publish: true
5151
override: true
5252
explode: true
5353
on:

deploy/descriptor-linux.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
}
3737
}
3838
],
39-
"publish": false
39+
"publish": true
4040
}

deploy/descriptor-osx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
}
3434
}
3535
],
36-
"publish": false
36+
"publish": true
3737
}

0 commit comments

Comments
 (0)