We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342c607 commit 1b6dfa6Copy full SHA for 1b6dfa6
.github/workflows/auto-release.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Generate changelog
56
env:
57
OPEN_AI_TOKEN: ${{ secrets.OPEN_AI_TOKEN }}
58
- run: uv run python src/gscli/cli.py generate changelog --openai-key ${{ secrets.OPEN_AI_TOKEN }}
+ run: uv run python src/graph_sitter/gscli/cli.py generate changelog --openai-key ${{ secrets.OPEN_AI_TOKEN }}
59
60
- name: Commit changes
61
run: |
0 commit comments