mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-08 11:16:55 +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}}
|
* @returns {{}|{tagFormat: String}}
|
||||||
*/
|
*/
|
||||||
exports.handleTagFormat = () => {
|
exports.handleTagFormat = () => {
|
||||||
const tagFormat = core.getInput(inputs.tagFormat);
|
const tagFormat = core.getInput(inputs.tag_format);
|
||||||
|
|
||||||
if (tagFormat) {
|
if (tagFormat) {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,5 @@
|
||||||
"dry_run": "dry_run",
|
"dry_run": "dry_run",
|
||||||
"extends": "extends",
|
"extends": "extends",
|
||||||
"working_directory": "working_directory",
|
"working_directory": "working_directory",
|
||||||
"tagFormat": "tagFormat"
|
"tag_format": "tag_format"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue