Skip to content

Commit

Permalink
Added override config to bintray.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Jun 6, 2018
1 parent 477eabb commit 4c86f5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"files": [
{
"includePattern": "build/(.*)",
"uploadPattern": "/$1"
"uploadPattern": "/$1",
"matrixParams": {
"override": 1
}
}
],
"publish": true
Expand Down

0 comments on commit 4c86f5a

Please sign in to comment.