Skip to content

ci: release pipeline#11

Merged
MarioCadenas merged 1 commit intomainfrom
fix-release
Dec 27, 2025
Merged

ci: release pipeline#11
MarioCadenas merged 1 commit intomainfrom
fix-release

Conversation

@MarioCadenas
Copy link
Copy Markdown
Owner

@MarioCadenas MarioCadenas commented Dec 27, 2025

Note

Modernizes the release pipeline and aligns it with npm OIDC provenance requirements.

  • Bumps actions/checkout and actions/setup-node to v4; pins Node to 22.14
  • Adds npm registry config and upgrades npm to latest for OIDC/npm provenance
  • Removes NPM_CONFIG_PROVENANCE env and continues publishing via semantic-release

Written by Cursor Bugbot for commit f92beda. This will update automatically on new commits. Configure here.

@MarioCadenas MarioCadenas merged commit 6914436 into main Dec 27, 2025
2 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on January 9

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HUSKY: 0
NPM_CONFIG_PROVENANCE: true
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing NODE_AUTH_TOKEN for npm authentication

The registry-url configuration in actions/setup-node creates an .npmrc file that expects NODE_AUTH_TOKEN for authentication. However, the "Publish to npm" step's environment only includes GITHUB_TOKEN and HUSKY - no NODE_AUTH_TOKEN is provided. This will likely cause npm publishing to fail with authentication errors since the generated .npmrc references an undefined token variable.

Additional Locations (1)

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant