Aborted - Release dotnet-sdk-extensions 3.0.1 NuGet package
edumserrano opened this issue · 3 comments
edumserrano commented
What NuGet package do you want to release?
dotnet-sdk-extensions
What is the new version for the NuGet package?
3.0.1
Auto-generate release notes?
Yes
Custom release notes?
No code changes, just documentation updates.
github-actions commented
NuGet release flow progress
graph TD
A([Create NuGet release issue]):::ok --> B
B[Action: NuGet release]:::ok --> C
C[Pull Request: Release NuGet dotnet-sdk-extensions 3.0.1]:::default --> D
D[Action: NuGet publish]:::default --> E([NuGet released]):::default
classDef ok stroke:#a5e16e
classDef error stroke:#ff1355
click B "https://github.com/edumserrano/dotnet-sdk-extensions/actions/runs/6073850067" _blank
click C "empty" _blank
click D "empty" _blank
- This shows the overall progress of the NuGet release flow. It might take some time for the diagram state to update, please be patient.
- If any step fails it will be highlighted in red. Click on it to find out more details in the logs of the action.
- To retry add a comment in this issue with
/retry-nuget-release
, this will restart the NuGet release flow. Before retrying make sure to close any pull requests that might have been created by this release flow.
edumserrano commented
/retry-nuget-release
edumserrano commented
Closing and retrying on a separate issue.