Skip to content

Commit 11ed0d7

Browse files
committed
fix: symfony bundle publish task
1 parent ccf0b04 commit 11ed0d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release-symfony-bundle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
git config --global url."https://${GH_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
3737
3838
git clone https://github.com/vardumper/html5-twig-component-bundle.git target
39-
rm -rf target/*
40-
cp -R templates/twig-component/* target/
39+
rsync -a --delete --exclude='.git/' templates/twig-component/ target/
4140
cd target
4241
4342
# Update version in composer.json

0 commit comments

Comments
 (0)