fix mongodb release file match

This commit is contained in:
crazywhalecc 2023-10-14 15:09:37 +08:00 committed by Jerry Ma
parent e9d3e48f90
commit 8d9cace469

View File

@ -323,7 +323,7 @@
"type": "ghrel", "type": "ghrel",
"repo": "mongodb/mongo-php-driver", "repo": "mongodb/mongo-php-driver",
"path": "php-src/ext/mongodb", "path": "php-src/ext/mongodb",
"match": "mongodb.+\\.zip", "match": "mongodb.+\\.tgz",
"license": { "license": {
"type": "file", "type": "file",
"path": "LICENSE" "path": "LICENSE"