Skip to content

Fix release chain: use App token in release.yml#17

Merged
kosinal merged 1 commit intomasterfrom
feature/release-chain-fix
Feb 23, 2026
Merged

Fix release chain: use App token in release.yml#17
kosinal merged 1 commit intomasterfrom
feature/release-chain-fix

Conversation

@kosinal
Copy link
Owner

@kosinal kosinal commented Feb 23, 2026

Summary

  • Use GitHub App token instead of GITHUB_TOKEN in release.yml for the gh release create step
  • This fixes publish.yml never triggering after a release is created, because GitHub Actions suppresses events from GITHUB_TOKEN
  • Same fix already applied to release-version-sync.yml in commit 5d62a41

Test plan

  • Merge this PR into master
  • Create and merge a release/* PR
  • Verify release.yml creates the GitHub release
  • Verify publish.yml is triggered by the release: [published] event and publishes to npm

🤖 Generated with Claude Code

…ease

Use GitHub App token instead of GITHUB_TOKEN for gh release create,
so the release:published event is not suppressed by GitHub Actions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kosinal kosinal merged commit 90f9271 into master Feb 23, 2026
6 checks passed
@kosinal kosinal deleted the feature/release-chain-fix branch February 23, 2026 19:29
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.

1 participant