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(npm-publish): restore --access public option #8839

Merged
merged 1 commit into from
May 11, 2023

Conversation

caugner
Copy link
Contributor

@caugner caugner commented May 11, 2023

Summary

(MP-385)

Problem

The "npm publish" workflow is failing, because I removed the --access public parameter, yet this parameter is required for scoped packages.

Solution

Add back the parameter.


How did you test this change?

We'll see after this is merged.

Copy link
Member

@LeoMcA LeoMcA left a comment

Choose a reason for hiding this comment

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

🤞

@caugner caugner merged commit c5f8c48 into main May 11, 2023
@caugner caugner deleted the npm-publish-with-access-public branch May 11, 2023 16:35
caugner added a commit that referenced this pull request May 11, 2023
caugner added a commit that referenced this pull request May 11, 2023
caugner added a commit that referenced this pull request May 11, 2023
caugner added a commit that referenced this pull request May 11, 2023
* fix(npm-publish): setup node with registry-url

This creates an `.npmrc` file that references the token
from the `NODE_AUTH_TOKEN` environment variable.

* Revert "fix(npm-publish): revert renaming of NPM_AUTH_TOKEN (#8831)"

This reverts commit 3ccc923.

* Revert "fix(npm-publish): restore --access public option (#8839)"

This reverts commit c5f8c48.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants