We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
looking at the publish command, it looks like the branch 'master' is hard coded. The init sets up my trunk branch as 'main' instead of 'master'.
Is there any way or could there be any way to specify a name for the primary branch in the publish command?
The text was updated successfully, but these errors were encountered:
I think you mean this? https://github.com/Jeroen-G/laravel-packager/blob/master/src/Commands/PublishPackage.php#L78
If so, it might be even the case that it works without any of them: git push -u origin
git push -u origin
Could you check that this would work?
Sorry, something went wrong.
No branches or pull requests
looking at the publish command, it looks like the branch 'master' is hard coded.
The init sets up my trunk branch as 'main' instead of 'master'.
Is there any way or could there be any way to specify a name for the primary branch in the publish command?
The text was updated successfully, but these errors were encountered: