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
newStringInput("version","Version in format X.Y.Z or X.Y.Z-preview.",true,"0.0.0")
114
-
,newStringInput("target-branch","(Optional) the name of the branch to release from",false,"main"));
113
+
newStringInput("version","Version in format X.Y.Z or X.Y.Z-preview.",true,"0.0.0"),
114
+
newStringInput("branch","(Optional) the name of the branch to release from",false,"main"),
115
+
newBooleanInput("remove-tag-if-exists","If set, will remove the existing tag. Use this if you have issues with the previous release action",false,false));
0 commit comments