Skip to content

fix: use bash shell so || true resets exit code in cleanup step#14

Merged
test1card merged 1 commit into
mainfrom
claude/cleanup-latest-release-W4FY7
Feb 28, 2026
Merged

fix: use bash shell so || true resets exit code in cleanup step#14
test1card merged 1 commit into
mainfrom
claude/cleanup-latest-release-W4FY7

Conversation

@test1card

Copy link
Copy Markdown
Owner

PowerShell's || $true evaluates $true but does not reset $LASTEXITCODE,
causing the step to fail with exit code 1 even though the intent is to
ignore missing-release/tag errors. Switch to bash where || true correctly
exits 0.

https://claude.ai/code/session_01CAzH5UW87FCu6gXptVoMuT

PowerShell's || \$true evaluates \$true but does not reset \$LASTEXITCODE,
causing the step to fail with exit code 1 even though the intent is to
ignore missing-release/tag errors. Switch to bash where || true correctly
exits 0.

https://claude.ai/code/session_01CAzH5UW87FCu6gXptVoMuT
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@test1card
test1card merged commit ae97b0f into main Feb 28, 2026
6 checks passed
@test1card
test1card deleted the claude/cleanup-latest-release-W4FY7 branch February 28, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants