We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 435edf2 + 32c4050 commit 137aa3bCopy full SHA for 137aa3b
.github/workflows/package-tests.yml
@@ -82,7 +82,7 @@ jobs:
82
echo "Verifying new package"
83
_correct_license_file $DIR/LICENSE || localExit=1
84
85
- if [ $TYPE == 'component_bridge' ]; then
+ if [ $TYPE != 'component_bridge' ]; then
86
if [ ! $(cat composer.json | jq -e ".replace.\"$NAME\"|test(\"self.version\")") ]; then
87
echo "Composer.json's replace section needs to contain $NAME"
88
localExit=1
0 commit comments