Skip to content

Commit d4e914c

Browse files
committed
Fix script invocation
1 parent be49ad3 commit d4e914c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
if: startsWith(github.event.ref, 'refs/tags')
106106
run: |
107107
source venv/bin/activate
108-
python App/Distribute/extract_changes.py ${{ github.ref_name }}" > tmp_latest_changes.txt
108+
python App/Distribute/extract_changes.py ${{ github.ref_name }} > tmp_latest_changes.txt
109109
110110
- name: Create Release
111111
if: startsWith(github.event.ref, 'refs/tags')

0 commit comments

Comments
 (0)