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 8bcea10 commit 7f6c49fCopy full SHA for 7f6c49f
.github/workflows/downgraded_release.yaml
@@ -36,7 +36,7 @@ jobs:
36
- run: vendor/bin/rector process src --config build/config/rector-downgrade.php --ansi
37
38
# copy metafiles to repository as well
39
- - run: cp -R build/target-repository/. .
+ - run: cp build/target-repository/composer.json composer.json
40
- run: rm -rf build .github tests stubs ecs.php phpstan.neon phpunit.xml
41
42
# setup git user
0 commit comments