Skip to content

Commit bafa389

Browse files
committed
release: switch AI bump-decider to Claude Haiku 4.5
1 parent 3da88c5 commit bafa389

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-on-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
echo "has_changes=true" >> "$GITHUB_OUTPUT"
9292
93-
- name: Decide release bump with Claude Sonnet
93+
- name: Decide release bump with Claude Haiku 4.5
9494
id: decide
9595
if: steps.prs.outputs.has_changes == 'true'
9696
env:
@@ -122,7 +122,7 @@ jobs:
122122
PROMPT=$(echo "$PROMPT" | sed 's/^ //')
123123
124124
jq -n \
125-
--arg model "claude-3-5-sonnet-latest" \
125+
--arg model "claude-haiku-4-5" \
126126
--arg system "You are precise and must output strict JSON only." \
127127
--arg prompt "$PROMPT" \
128128
--arg last_tag "$LAST_TAG" \

0 commit comments

Comments
 (0)