We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da88c5 commit bafa389Copy full SHA for bafa389
1 file changed
.github/workflows/release-on-main.yml
@@ -90,7 +90,7 @@ jobs:
90
91
echo "has_changes=true" >> "$GITHUB_OUTPUT"
92
93
- - name: Decide release bump with Claude Sonnet
+ - name: Decide release bump with Claude Haiku 4.5
94
id: decide
95
if: steps.prs.outputs.has_changes == 'true'
96
env:
@@ -122,7 +122,7 @@ jobs:
122
PROMPT=$(echo "$PROMPT" | sed 's/^ //')
123
124
jq -n \
125
- --arg model "claude-3-5-sonnet-latest" \
+ --arg model "claude-haiku-4-5" \
126
--arg system "You are precise and must output strict JSON only." \
127
--arg prompt "$PROMPT" \
128
--arg last_tag "$LAST_TAG" \
0 commit comments