mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
refactor: rename parameter tagFormat
This commit is contained in:
parent
ed38eb0e99
commit
a1673fc63d
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ exports.handleExtends = () => {
|
|||
* @returns {{}|{tagFormat: String}}
|
||||
*/
|
||||
exports.handleTagFormat = () => {
|
||||
const tagFormat = core.getInput(inputs.tagFormat);
|
||||
const tagFormat = core.getInput(inputs.tag_format);
|
||||
|
||||
if (tagFormat) {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@
|
|||
"dry_run": "dry_run",
|
||||
"extends": "extends",
|
||||
"working_directory": "working_directory",
|
||||
"tagFormat": "tagFormat"
|
||||
"tag_format": "tag_format"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue