We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450a125 commit 53121e2Copy full SHA for 53121e2
1 file changed
packages/shipjs/src/step/setup/addShipConfig.js
@@ -22,8 +22,8 @@ export default async ({
22
const config = {
23
...(isScoped &&
24
isPublic && {
25
- publishCommand: ({ defaultCommand }) =>
26
- `${defaultCommand} --access public`,
+ publishCommand: ({ defaultCommand, tag }) =>
+ `${defaultCommand} --access public --tag ${tag}`,
27
}),
28
...(useMonorepo && {
29
monorepo: {
0 commit comments