Skip to content

[notme-18450e] fix(ci): pin pnpm version in the publish-dpop workflow#43

Merged
jamestexas merged 1 commit into
mainfrom
fix/publish-dpop-pnpm-version
Jul 23, 2026
Merged

[notme-18450e] fix(ci): pin pnpm version in the publish-dpop workflow#43
jamestexas merged 1 commit into
mainfrom
fix/publish-dpop-pnpm-version

Conversation

@jamestexas

Copy link
Copy Markdown
Contributor

The dpop-v0.1.0 publish run failed at setup with "No pnpm version is specified."

pnpm/action-setup infers the version from package.json#packageManager, and this repo's root has no such field, so it must be passed explicitly. ci.yml already does this (version: 10) — the new workflow just didn't copy it.

It failed before the publish step, so nothing partial or broken reached the registry. Re-tagging after this merges.

🤖 Generated with Claude Code

https://claude.ai/code/session_01UNahXs8dda3vttpWrVwVaA

The publish run failed at setup: "No pnpm version is specified."
pnpm/action-setup infers the version from package.json#packageManager, and
this repo's root has no such field, so it must be passed explicitly.
ci.yml already does exactly this (version: 10) — the new workflow just
didn't copy it.

Caught by tagging dpop-v0.1.0, which is the right place to catch it: the
run failed before the publish step, so no partial or broken version
reached the registry.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@jamestexas
jamestexas merged commit 84bea77 into main Jul 23, 2026
3 checks passed
@jamestexas
jamestexas deleted the fix/publish-dpop-pnpm-version branch July 23, 2026 03:27
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