mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-08 08:10:04 +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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue