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
TagBot seems to be unable to create GitHub releases when there are multiple releases that need to be made.
Noticed in SciMLSensitivity.
SciMLSensitivity's TagBot setup was broken for a while, due to which a few git tags were not automatically created, and the subsequent GitHub Releases were not published.
Running the TagBot workflow, with a lookback from (approximately) the last time a GitHub release was made1, throws an error while trying to create the GitHub release. The corresponding git tag, however, gets created.
However, triggering the same workflow, with the lookback adjusted to include only the latest release v7.52.0, runs successfully2, with the tag and release being created as expected.
TagBot seems to be unable to create GitHub releases when there are multiple releases that need to be made.
Noticed in SciMLSensitivity.
SciMLSensitivity's TagBot setup was broken for a while, due to which a few git tags were not automatically created, and the subsequent GitHub Releases were not published.
Running the TagBot workflow, with a
lookback
from (approximately) the last time a GitHub release was made1, throws an error while trying to create the GitHub release. The corresponding git tag, however, gets created.Error stacktrace
However, triggering the same workflow, with the
lookback
adjusted to include only the latest releasev7.52.0
, runs successfully2, with the tag and release being created as expected.Footnotes
https://github.com/SciML/SciMLSensitivity.jl/actions/runs/7568969251/job/20611271359#step:3:47 ↩
https://github.com/SciML/SciMLSensitivity.jl/actions/runs/7568953034/job/20611326603#step:3:43 ↩
The text was updated successfully, but these errors were encountered: