Thanks to visit codestin.com Credit goes to github.com
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 7432601 commit 0272b8dCopy full SHA for 0272b8d
.github/build-packages.php
@@ -47,7 +47,7 @@
47
if (isset($preferredInstall[$package->name]) && 'source' === $preferredInstall[$package->name]) {
48
passthru("cd $dir && tar -cf package.tar --exclude='package.tar' *");
49
} else {
50
- passthru("cd $dir && git init && git add . && git commit -m - && git archive -o package.tar HEAD && rm .git/ -Rf");
+ passthru("cd $dir && git init && git add . && git commit --author \"Symfony <>\" -m - && git archive -o package.tar HEAD && rm .git/ -Rf");
51
}
52
53
if (!isset($package->extra->{'branch-alias'}->{'dev-master'})) {
0 commit comments