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): revert renaming of NPM_AUTH_TOKEN #8831

Merged
merged 3 commits into from
May 11, 2023
Merged

Conversation

caugner
Copy link
Contributor

@caugner caugner commented May 11, 2023

Summary

(MP-385)

Problem

The npm-publish workflow is now creating releases with release-please, but the npm publish fails, because I renamed an environment variable by mistake.

Solution

Revert the rename.

Also:

  • Removes the (unnecessary) dry run step.
  • Renames the build steps.

How did you test this change?

We'll see if this works as soon as the next release is cut.

@caugner caugner changed the title Fix-npm-publish fix(npm-publish): revert renaming of NPM_AUTH_TOKEN May 11, 2023
@caugner caugner requested a review from fiji-flo May 11, 2023 11:54
Copy link
Contributor

@fiji-flo fiji-flo 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 3ccc923 into main May 11, 2023
@caugner caugner deleted the fix-npm-publish branch May 11, 2023 12:00
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