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
thrownewException($"The {releaseTag} tag was used on an earlier commit. If no packages have been published, you may be able to remove that tag. Otherwise, you should advance the release version before proceeding.",ex);
// _context.Information($" Release tag {releaseTag} was pushed to origin.");
89
+
// }
90
+
// }
91
+
// catch (Exception ex)
92
+
// {
93
+
// if (!ex.Message.ToLower().Contains("tag already exists"))
94
+
// throw;
95
+
96
+
// throw new Exception($"The {releaseTag} tag was used on an earlier commit. If no packages have been published, you may be able to remove that tag. Otherwise, you should advance the release version before proceeding.", ex);
97
+
// }
98
+
//}
99
99
100
100
/// <summary>
101
101
/// Re-publish a symbol package after a failure. Must specify --where
0 commit comments