Skip to content

Commit d9f0d8e

Browse files
committed
[CI] If package is not bridge, it should be in replace section
1 parent 0cf83bd commit d9f0d8e

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)