Skip to content

Fix the npm release: explicit latest tag and bin path#35

Merged
theinfosecguy merged 2 commits into
mainfrom
ci/fix-release-publish
Jun 14, 2026
Merged

Fix the npm release: explicit latest tag and bin path#35
theinfosecguy merged 2 commits into
mainfrom
ci/fix-release-publish

Conversation

@theinfosecguy

Copy link
Copy Markdown
Owner

Problem & Solution Overview

The v1.3.0 release published via OIDC (auth worked) but npm publish was rejected: an old 2.0.0 exists on the registry, so npm would not implicitly move the latest tag onto the lower-but-newer 1.3.0. The publish step now passes --tag latest explicitly. Also normalizes the bin path (./bin/servergen.jsbin/servergen.js) to match the form npm stores and silence a publish warning.

Testing Done

release.yml validated; bin matches the published 1.2.0 form. Re-tagging v1.3.0 after merge re-runs smoke → publish.

@theinfosecguy theinfosecguy merged commit e58b8de into main Jun 14, 2026
5 checks passed
@theinfosecguy theinfosecguy deleted the ci/fix-release-publish branch June 14, 2026 18:12
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