We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cdd08 commit 4712de1Copy full SHA for 4712de1
.github/workflows/publish.yml
@@ -13,8 +13,9 @@ on:
13
- minor
14
- major
15
npm_tag:
16
- description: 'Custom npm dist-tag (leave empty for auto-detection based on branch)'
+ description: 'Custom npm dist-tag (ALWAYS specify for non-standard branches to avoid overwriting latest)'
17
required: false
18
+ default: 'dev'
19
type: string
20
dry_run:
21
description: 'Dry run (no actual publishing)'
0 commit comments