Skip to content

Conversation

@sadjow
Copy link
Member

@sadjow sadjow commented Jan 29, 2026

Fixes the issue where npm publish wasn't triggered after release creation.

GitHub Actions workflows using GITHUB_TOKEN don't trigger other workflows (security feature to prevent loops). This meant the npm-publish.yml workflow wasn't triggered when release-on-merge.yml created a release.

This PR adds npm publish steps directly to the release-on-merge workflow, so both release creation and npm publishing happen in a single workflow.

@sadjow sadjow requested a review from hakenprog January 29, 2026 14:46
@sadjow sadjow merged commit c160580 into main Jan 29, 2026
2 checks passed
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.

3 participants