Skip to content

Commit 5256af2

Browse files
authored
Update publish.yml (#300)
1 parent edad138 commit 5256af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
continue-on-error: true
134134
uses: anthropics/claude-code-action@v1
135135
with:
136-
prompt: /generate-changelog new version: ${{ env.VERSION }}, old version: ${{ steps.previous_tag.outputs.previous_tag }}
136+
prompt: "/generate-changelog new version: ${{ env.VERSION }}, old version: ${{ steps.previous_tag.outputs.previous_tag }}"
137137
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
138138
github_token: ${{ secrets.GITHUB_TOKEN }}
139139
claude_args: |

0 commit comments

Comments
 (0)