Skip to content

ci: Fix npm publishing and GitHub release creation#2345

Merged
ahuseyn merged 1 commit intocanaryfrom
fix-releases
May 4, 2026
Merged

ci: Fix npm publishing and GitHub release creation#2345
ahuseyn merged 1 commit intocanaryfrom
fix-releases

Conversation

@ahuseyn
Copy link
Copy Markdown
Member

@ahuseyn ahuseyn commented May 4, 2026

Description

This PR fixes the issues below:

  • npm upgrade failure: Pin npm to 11.13.0 instead of ^11.5.1 to avoid "Cannot find module 'promise-retry'" error that caused recent workflow failures
  • Tags not pushed: Change from git push --follow-tags to git push origin --tags to ensure tags created by changeset publish are actually pushed to GitHub, enabling release creation

Related Issues

#2344

Testing

@ahuseyn ahuseyn requested a review from a team as a code owner May 4, 2026 10:12
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 4, 2026

⚠️ No Changeset found

Latest commit: b86872e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

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

Click here to learn what changesets are, and how to add one.

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

@ahuseyn ahuseyn self-assigned this May 4, 2026
@github-project-automation github-project-automation Bot moved this to 🆕 Backlog in Headless OSS May 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

📦 Next.js Bundle Analysis for @faustwp/getting-started-example

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@ahuseyn ahuseyn merged commit 8ab91be into canary May 4, 2026
16 checks passed
@github-project-automation github-project-automation Bot moved this from 🆕 Backlog to ✅ Closed in Headless OSS May 4, 2026
@ahuseyn ahuseyn deleted the fix-releases branch May 4, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Closed

Development

Successfully merging this pull request may close these issues.

2 participants