Skip to content

Conversation

Sahilb315
Copy link
Contributor

Previously, the workflow extracted the tag from ‎github.ref, but this does not contain the tag name when triggered via ‎workflow_run. The updated workflow now uses ‎github.event.workflow_run.head_branch to reliably access the tag version for npm publishing from the previous workflow.

Copy link

codecov bot commented Aug 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 8.22%. Comparing base (850f2c1) to head (f2a4722).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #586   +/-   ##
=====================================
  Coverage   8.22%   8.22%           
=====================================
  Files        285     285           
  Lines      47558   47558           
=====================================
  Hits        3914    3914           
  Misses     43371   43371           
  Partials     273     273           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Sahilb315 Sahilb315 requested a review from KunalSin9h August 27, 2025 12:50
@KunalSin9h KunalSin9h merged commit e4e9dc2 into main Aug 27, 2025
11 checks passed
@KunalSin9h KunalSin9h deleted the fix/npm-publish-use-head-branch-tag branch August 27, 2025 12:51
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