Skip to content

Commit 7c2b445

Browse files
author
Lucas McDonald
committed
fix(release): clarify dist_tag input help ("leave empty" not "delete")
1 parent 9b7268f commit 7c2b445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prod-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
description: '[Optional] Override semantic versioning with explict version (allowed values: "patch", "minor", "major", or explicit version)'
1212
default: ''
1313
dist_tag:
14-
description: 'NPM dist-tag to publish under; delete to publish without an explicit dist-tag'
14+
description: 'NPM dist-tag to publish under; leave empty to publish without an explicit dist-tag'
1515
required: false
1616
default: 'latest'
1717

0 commit comments

Comments
 (0)