fix(ci): explicitly dispatch publish.yml after creating release#10
Merged
fix(ci): explicitly dispatch publish.yml after creating release#10
Conversation
Keep the library PII-free by default — country_code now requires captureCountry: true, matching the existing captureIp opt-in. Coarse country is low-risk but still user-derived, so it shouldn't leak into events without an explicit choice. Adds a README section explaining how to feed the resulting events into Peec.ai's crawl-insights CSV via a PostHog SQL export, replacing the Vercel Log Drain → Axiom pipeline their docs assume. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
GitHub suppresses workflow triggers for events created by GITHUB_TOKEN, so the `release: published` event from `gh release create` was silently failing to fire publish.yml. v0.7.0 and v0.8.0 were tagged + released on GitHub but never reached npm as a result (backfilled manually). Trigger publish.yml explicitly via `gh workflow run --ref v<version>` after creating the release. workflow_dispatch via the API is not subject to the same anti-recursion suppression. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.7.0 and v0.8.0 have already been backfilled to npm manually via `gh workflow run publish.yml --ref v0.7.0` / `v0.8.0`.
Test plan
🤖 Generated with Claude Code