Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
build: the include-component-in-tag should default to false (#889)
Browse files Browse the repository at this point in the history
The default should be to create plain tags like `v1.2.3`

Signed-off-by: Jeff Ching <[email protected]>
  • Loading branch information
chingor13 committed Dec 1, 2023
1 parent 19431a1 commit de60c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ inputs:
include-component-in-tag:
description: 'If true, add prefix to tags and branches, allowing multiple libraries to be released from the same repository'
required: false
default: false
proxy-server:
description: 'set proxy sever when you run this action behind a proxy. format is host:port e.g. proxy-host.com:8080'
required: false
Expand Down

0 comments on commit de60c24

Please sign in to comment.