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

Github Actions : Release NPM Packages fails #1572

Closed
mho22 opened this issue Jul 3, 2024 · 1 comment
Closed

Github Actions : Release NPM Packages fails #1572

mho22 opened this issue Jul 3, 2024 · 1 comment

Comments

@mho22
Copy link
Contributor

mho22 commented Jul 3, 2024

As mentioned here : #1542

There seems to be an issue on line : lerna verb publish @php-wasm/node

However, I'm not sure how to resolve this issue.

Capture d’écran 2024-07-03 à 17 25 32
adamziel added a commit that referenced this issue Jul 8, 2024
## Motivation for the change, related issues

Every few months there's a problem with publishing packages via Lerna,
e.g. here's the latest one:

#1572

Debugging those issues takes a lot of time and typically there are no
useful resources out there.

This PR limits the use of Lerna to bumping the packages version in the
repo and tagging the updated code.

## Implementation details

Instead of using `lerna publish`, we run a simple, custom bash script.

## Testing Instructions (or ideally a Blueprint)

Merge and run. It seems to be working locally and I don't see any other
way of testing it in GitHub.
@adamziel
Copy link
Collaborator

adamziel commented Jul 8, 2024

Solved in #1582

@adamziel adamziel closed this as completed Jul 8, 2024
@github-project-automation github-project-automation bot moved this from Inbox to Done in Playground Board Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants