fix: Typo in release changelog generation

master v0.3.3
nirenjan 2026-03-12 12:10:26 -07:00
parent cccb561020
commit ad30bfff7b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
cd ../.. cd ../..
- name: Generate changelog - name: Generate changelog
run: ./.github/scripts/generate_changelog.py > ${{ github.workspace }}.CHANGELOG.txt run: ./.github/scripts/generate_changelog.py > ${{ github.workspace }}/CHANGELOG.txt
- name: Create Release - name: Create Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2