Skip to content

bug: npm alpha.9 package ships alpha.8 binary #44

@ekroon

Description

@ekroon

Description

npx tabctl@0.6.0-alpha.9 version reports 0.6.0-alpha.8 instead of 0.6.0-alpha.9.

The GitHub Release binary is correct — mise x github:ekroon/tabctl@v0.6.0-alpha.9 -- tabctl version correctly reports 0.6.0-alpha.9.

Root cause (suspected)

The npm publish step in the release workflow (.github/workflows/release.yml) may have built the binary before the Cargo.toml version was bumped, or cached a stale binary from the previous build.

Steps to reproduce

npx -y tabctl@0.6.0-alpha.9 version
# Expected: 0.6.0-alpha.9
# Actual:   0.6.0-alpha.8

Impact

npm alpha users get a stale binary. Not a functional issue (alpha.8 works) but confusing for version verification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions