-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Verify latest release
- I verified that the issue exists in the latest pnpm release
pnpm version
8.15.5
Which area(s) of pnpm are affected? (leave empty if unsure)
CLI
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
pnpm publish package-1.0.1.tgz --access public --no-git-checks --tag exp --ignore-scripts
Describe the Bug
The output of the above command states the wrong tag name:
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
^^^^^^Expected Behavior
When I run the same command with npm instead of pnpm it states the right tag name:
npm notice Publishing to https://registry.npmjs.org/ with tag exp and public access
^^^Which Node.js version are you using?
21.7.1
Which operating systems have you used?
- macOS
- Windows
- Linux
If your OS is a Linux based, which one it is? (Include the version if relevant)
No response
Reactions are currently unavailable