Skip to content
New issue

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

[main>rc5] ci: fix build-tools installation in GH actions workflow #21593

Merged

Conversation

tylerbutler
Copy link
Member

@tylerbutler tylerbutler commented Jun 22, 2024

Ports #21556 from main to RC5.

This workflow was not updated after build-tools was updated to ESM instead of CJS. The fix is to use npm link to make flub available since the old shim was removed when we switched to ESM.

Tested with act:

act push -W .github/workflows/push-tag-create-release.yml -v

)

This workflow was not updated after build-tools was updated to ESM
instead of CJS. The fix is to use `npm link` to make `flub` available
since the old shim was removed when we switched to ESM.

Tested with [act](https://github.com/nektos/act):

```
act push -W .github/workflows/push-tag-create-release.yml -v
```


[AB#8474](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/8474)
@tylerbutler tylerbutler requested a review from a team June 22, 2024 00:52
@tylerbutler tylerbutler merged commit 786b7d0 into microsoft:release/client/2.0.0-rc.5.0 Jun 25, 2024
25 checks passed
@tylerbutler tylerbutler deleted the ci-fix-50 branch June 25, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants