Skip to content

Commit 4712de1

Browse files
committed
chore: update npm_tag description and set default value for non-standard branches
1 parent 94cdd08 commit 4712de1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ on:
1313
- minor
1414
- major
1515
npm_tag:
16-
description: 'Custom npm dist-tag (leave empty for auto-detection based on branch)'
16+
description: 'Custom npm dist-tag (ALWAYS specify for non-standard branches to avoid overwriting latest)'
1717
required: false
18+
default: 'dev'
1819
type: string
1920
dry_run:
2021
description: 'Dry run (no actual publishing)'

0 commit comments

Comments
 (0)