Skip to content

Commit 883b96d

Browse files
authored
ci: pin composer/installers path for wpackagist verify arm (#2394)
1 parent 255897b commit 883b96d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/verify-published-plugin.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ jobs:
149149
"allow-plugins": {
150150
"composer/installers": true
151151
}
152+
},
153+
"extra": {
154+
"installer-paths": {
155+
"vendor/{\$vendor}/{\$name}": ["type:wordpress-plugin"]
156+
}
152157
}
153158
}
154159
EOF

0 commit comments

Comments
 (0)