Skip to content

Conversation

@chewi
Copy link
Contributor

@chewi chewi commented Jan 13, 2026

What this PR does / why we need it:

This restores a line accidentally dropped in a merge conflict.

It also fixes the build job when the previous tag was X.Y.0. ((x++)) has a return code of 1 when x is 0, causing the job to abort.

Please check the following list:

  • Does the affected code have corresponding tests, e.g. unit test, E2E test? -- N/A
  • Does this change require a documentation update? -- N/A
  • Does this introduce breaking changes that would require an announcement or bumping the major version? -- N/A
  • Do all new files have an appropriate license header? -- N/A

chewi added 2 commits January 13, 2026 11:59
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
((x++)) has a return code of 1 when x is 0, causing the job to abort.
Adjust the line to ignore the return code.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
@BigVan BigVan added the ok-to-test Pull request is ok to run ci test label Jan 13, 2026
@BigVan
Copy link
Member

BigVan commented Jan 14, 2026

thanks

@BigVan BigVan merged commit 38679f2 into containerd:main Jan 14, 2026
11 checks passed
@chewi chewi deleted the fix-release-ci branch January 14, 2026 09:48
@chewi
Copy link
Contributor Author

chewi commented Jan 14, 2026

Thanks again for merging. I'm not sure what happened in CI this time. It looks like you manually created the v1.4.1 release (without any assets) before the job ran. If you'd just pushed a tag, I think it would have worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Pull request is ok to run ci test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants