Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit de60c24

Browse files
authored
build: the include-component-in-tag should default to false (#889)
The default should be to create plain tags like `v1.2.3` Signed-off-by: Jeff Ching <[email protected]>
1 parent 19431a1 commit de60c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ inputs:
4545
include-component-in-tag:
4646
description: 'If true, add prefix to tags and branches, allowing multiple libraries to be released from the same repository'
4747
required: false
48+
default: false
4849
proxy-server:
4950
description: 'set proxy sever when you run this action behind a proxy. format is host:port e.g. proxy-host.com:8080'
5051
required: false

0 commit comments

Comments
 (0)