We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436fbf2 commit fd4719cCopy full SHA for fd4719c
1 file changed
.github/workflows/release-changelog.yml
@@ -1,13 +1,6 @@
1
name: Release - Update Changelog
2
3
-on:
4
- release:
5
- types: [published]
6
- workflow_dispatch:
7
- inputs:
8
- tag:
9
- description: 'Release tag (e.g., v0.3.0)'
10
- required: true
+on: []
11
12
permissions:
13
contents: write
@@ -32,7 +25,6 @@ jobs:
32
25
- name: Update Changelog with Claude Code
33
26
uses: anthropics/claude-code-action@v1
34
27
with:
35
- model: "haiku"
36
28
use_bedrock: "true"
37
29
show_full_output: "false"
38
30
prompt: |
0 commit comments