Skip to content

Commit 0d9183f

Browse files
committed
Bugfix: create-tag should default to true
1 parent c342121 commit 0d9183f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
create-tag:
1212
description: >
1313
Whether or not a tag should be created if a new version is detected.
14-
default: false
14+
default: true
1515
tag-template:
1616
description: >
1717
A template for producing a tag name from the current version of your

0 commit comments

Comments
 (0)