Skip to content

Commit fd00760

Browse files
committed
fix: barry 2025-01-02 22:22:33
1 parent 5f0736a commit fd00760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/tagcmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func New() *cli.Command {
1414
Action: func(ctx context.Context, command *cli.Command) error {
1515
defer recovery.Exit()
1616
ver := utils.GetNextTag("alpha")
17-
utils.GitTag(ver.String())
17+
utils.GitTag(ver.Original())
1818
return nil
1919
},
2020
}

0 commit comments

Comments
 (0)