You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Option(name:.shortAndLong, help:"The value of major | minor | patch (default)")
25
-
varbumpType:String=#"environment["BUMP_TYPE"]"#
25
+
vartype:String=#"environment["TYPE"]"#
26
26
27
27
@Option(name:.shortAndLong, help:"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.")
28
-
vargitRef:String=#"environment["GIT_REF"]"#
28
+
varref:String=#"environment["REF"]"#
29
29
30
30
/// The GitHub API token for authentication.
31
31
@Option(name:.shortAndLong, help:"The GitHub API token to authenticate requests.")
0 commit comments