Skip to content

Commit 5db61b7

Browse files
authored
fix: changelog workflow (#33)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent b9d278d commit 5db61b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Generate changelog
5656
env:
5757
OPEN_AI_TOKEN: ${{ secrets.OPEN_AI_TOKEN }}
58-
run: uv run python src/gscli/cli.py generate changelog --openai-key ${{ secrets.OPEN_AI_TOKEN }}
58+
run: uv run python src/graph_sitter/gscli/cli.py generate changelog --openai-key ${{ secrets.OPEN_AI_TOKEN }}
5959

6060
- name: Commit changes
6161
run: |

0 commit comments

Comments
 (0)