Skip to content

Commit 7f6c49f

Browse files
committed
copy explicit
1 parent 8bcea10 commit 7f6c49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downgraded_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: vendor/bin/rector process src --config build/config/rector-downgrade.php --ansi
3737

3838
# copy metafiles to repository as well
39-
- run: cp -R build/target-repository/. .
39+
- run: cp build/target-repository/composer.json composer.json
4040
- run: rm -rf build .github tests stubs ecs.php phpstan.neon phpunit.xml
4141

4242
# setup git user

0 commit comments

Comments
 (0)