Skip to content

fix(ci): strip leading v from version input in e2e bundle release workflow#143

Closed
ling-senpeng13 wants to merge 1 commit into
mainfrom
fix/e2e-bundle-version-prefix
Closed

fix(ci): strip leading v from version input in e2e bundle release workflow#143
ling-senpeng13 wants to merge 1 commit into
mainfrom
fix/e2e-bundle-version-prefix

Conversation

@ling-senpeng13

Copy link
Copy Markdown
Contributor

Fixes the failure in run 29867346657: the workflow was manually dispatched with version: v4.0.0-rc1, but the Determine version step only strips the v prefix on the release-event path. The upload step then targeted release vv4.0.0-rc1, which doesn't exist (release not found).

This normalizes the version by stripping a leading v after both branches, so dispatch inputs work with or without the prefix.

🤖 Generated with Claude Code

…kflow

A manually dispatched run with input v4.0.0-rc1 produced upload target
vv4.0.0-rc1 because only the release-event path stripped the v prefix.
Normalize the version after both branches instead.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
integration-v4-sm 41.53% <ø> (+0.01%) ⬆️
integration-v5-sdkdev 43.94% <ø> (+0.02%) ⬆️
unit 73.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ling-senpeng13

Copy link
Copy Markdown
Contributor Author

Closing — not needed.

@ling-senpeng13
ling-senpeng13 deleted the fix/e2e-bundle-version-prefix branch July 21, 2026 21:00
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