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.
1 parent 0cf83bd commit d9f0d8eCopy full SHA for d9f0d8e
.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