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 ccf0b04 commit 11ed0d7Copy full SHA for 11ed0d7
1 file changed
.github/workflows/release-symfony-bundle.yml
@@ -36,8 +36,7 @@ jobs:
36
git config --global url."https://${GH_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
37
38
git clone https://github.com/vardumper/html5-twig-component-bundle.git target
39
- rm -rf target/*
40
- cp -R templates/twig-component/* target/
+ rsync -a --delete --exclude='.git/' templates/twig-component/ target/
41
cd target
42
43
# Update version in composer.json
0 commit comments