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

Fix broken changeset release action #1134

Merged
merged 2 commits into from
Feb 14, 2023
Merged

Fix broken changeset release action #1134

merged 2 commits into from
Feb 14, 2023

Conversation

Juice10
Copy link
Contributor

@Juice10 Juice10 commented Feb 14, 2023

Currently the action is giving us the following error:

Run changesets/action@v1
[9](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:10)
setting git user
[10](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:11)
/usr/bin/git config user.name "github-actions[bot]"
[11](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:12)
/usr/bin/git config user.email "github-actions[bot]@users.noreply.github.com"
[12](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:13)
setting GitHub credentials
[13](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:14)
No changesets found, attempting to publish any unpublished packages to npm
[14](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:15)
No user .npmrc file found, creating one
[15](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:16)
Error: Unable to locate executable file: NODE_OPTIONS='--max-old-space-size=4096'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
[16](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:17)
    at Object.<anonymous> (/home/runner/work/_actions/changesets/action/v1/dist/index.js:134:2223)
[17](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:18)
Error: Unable to locate executable file: NODE_OPTIONS='--max-old-space-size=4096'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
[18](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:19)
    at Generator.next (<anonymous>)
[19](https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438#step:5:20)
    at l (/home/runner/work/_actions/changesets/action/v1/dist/index.js:134:123)

See: https://github.com/rrweb-io/rrweb/actions/runs/4175018522/jobs/7229360438

@changeset-bot
Copy link

changeset-bot bot commented Feb 14, 2023

🦋 Changeset detected

Latest commit: 7d982a4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Member

@YunFeng0817 YunFeng0817 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So sorry I brought this error. Thank you for the fix.

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.

3 participants