-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove empty repo at the root of the release workflow #2542
Copy link
Copy link
Closed
Description
The release workflow creates a new git repo in the workspace root to work around a bug in the changesets action where git commands are run before changing directories for the cwd option. We should stop creating this repo once this bug is fixed.
lit/.github/workflows/release.yaml
Lines 27 to 31 in b8ceafb
| # changesets/action@v1 currently has a bug where it attempts to set the | |
| # local git user info before changing directories for `cwd`, which means | |
| # it will fail if the root directory is not a git repo. | |
| - name: Initialize empty root repo | |
| run: git init |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done