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

(js) fix publish workflow #396

Merged
merged 1 commit into from
May 31, 2024
Merged

(js) fix publish workflow #396

merged 1 commit into from
May 31, 2024

Conversation

joewagner
Copy link
Collaborator

Summary

The npm publish action fails because it is not using the correct working directory. This change fixes that issue.

Context

The js/ts part of this repo was originally in it's own repository. When it was combined with the go part, a regression in the publish action was introduced. The issue is that the jaywcjlove/[email protected] action needs a path property set if the package.json file is not at the root of the repo.

@joewagner joewagner merged commit 8dbc85f into main May 31, 2024
7 checks passed
@joewagner joewagner deleted the joe/publish-fix branch May 31, 2024 16:38
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