Uh oh!
There was an error while loading. Please reload this page.
Restore dedicated release workflow - #3
Merged
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/release.ymlas a reusable release workflowreleasejob inci.ymlcall the reusable workflow aftersource-audit, PIOArduino, and Arduino CLI jobs succeedsoftprops/action-gh-releasebehaviorWhy it disappeared
release.ymlwas not accidentally deleted. Commit7ef8fd44534438272e0c79a9ea74e4f42dd81504(Creates the release only after every CI job succeeds) intentionally moved the release job intoci.ymland removed the standalone workflow. The release logic is still present on currentmain.This PR separates the release implementation back into
release.ymlwithout regressing that CI gating and without creating a second tag-triggered release path.Release flow
v*triggersci.ymlreleasejob calls.github/workflows/release.ymlGitHub Actions has already resolved the reusable workflow reference successfully on the branch push.