We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edad138 commit 5256af2Copy full SHA for 5256af2
.github/workflows/publish.yml
@@ -133,7 +133,7 @@ jobs:
133
continue-on-error: true
134
uses: anthropics/claude-code-action@v1
135
with:
136
- prompt: /generate-changelog new version: ${{ env.VERSION }}, old version: ${{ steps.previous_tag.outputs.previous_tag }}
+ prompt: "/generate-changelog new version: ${{ env.VERSION }}, old version: ${{ steps.previous_tag.outputs.previous_tag }}"
137
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
138
github_token: ${{ secrets.GITHUB_TOKEN }}
139
claude_args: |
0 commit comments