Skip to content

Commit 137aa3b

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [CI] If package is not bridge, it should be in replace section
2 parents 435edf2 + 32c4050 commit 137aa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo "Verifying new package"
8383
_correct_license_file $DIR/LICENSE || localExit=1
8484
85-
if [ $TYPE == 'component_bridge' ]; then
85+
if [ $TYPE != 'component_bridge' ]; then
8686
if [ ! $(cat composer.json | jq -e ".replace.\"$NAME\"|test(\"self.version\")") ]; then
8787
echo "Composer.json's replace section needs to contain $NAME"
8888
localExit=1

0 commit comments

Comments
 (0)