Since I migrated to V2.x for changesets V3 I have the following error when there is a bin folder somewhere in my monorepo workspaces
Error: Error: Unexpected executable file at packages/bench/bin/index.ts, GitHub API only supports non-executable files and directories. You may need to add this file to .gitignore
Error: Unexpected executable file at packages/bench/bin/index.ts, GitHub API only supports non-executable files and directories. You may need to add this file to .gitignore
I have seem some issues that seem related but fixed for v1.x..
Did I mess something? My changesets workflow:
https://github.com/JollyPixel/editor/blob/main/.github/workflows/changesets.yml#L42
Since I migrated to V2.x for changesets V3 I have the following error when there is a
binfolder somewhere in my monorepo workspacesI have seem some issues that seem related but fixed for v1.x..
Did I mess something? My changesets workflow:
https://github.com/JollyPixel/editor/blob/main/.github/workflows/changesets.yml#L42