Skip to content

ci: trigger Publish after Release on merge (workflow_run)#22

Merged
proxymesh merged 1 commit intomainfrom
ci/publish-via-workflow-run
Apr 6, 2026
Merged

ci: trigger Publish after Release on merge (workflow_run)#22
proxymesh merged 1 commit intomainfrom
ci/publish-via-workflow-run

Conversation

@proxymeshai
Copy link
Copy Markdown
Collaborator

Fixes npm/JSR publish not running when release-on-merge.yml creates a GitHub release with GITHUB_TOKEN (GitHub does not start new workflow runs for those release events).

  • Add workflow_run on Release on merge completion
  • Gate publish on an existing v-<version> release when triggered that way
  • Document the token limitation in workflow comments

Made with Cursor

GITHUB_TOKEN releases do not start workflows on release: published. Run
Publish when Release on merge completes, gated on an existing v-<version> release.

Made-with: Cursor
@proxymesh proxymesh merged commit 8fd38f4 into main Apr 6, 2026
1 check passed
@proxymesh proxymesh deleted the ci/publish-via-workflow-run branch April 6, 2026 16:30
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.

2 participants