1 parent be49ad3 commit d4e914cCopy full SHA for d4e914c
1 file changed
.github/workflows/buildapp.yml
@@ -105,7 +105,7 @@ jobs:
105
if: startsWith(github.event.ref, 'refs/tags')
106
run: |
107
source venv/bin/activate
108
- python App/Distribute/extract_changes.py ${{ github.ref_name }}" > tmp_latest_changes.txt
+ python App/Distribute/extract_changes.py ${{ github.ref_name }} > tmp_latest_changes.txt
109
110
- name: Create Release
111
0 commit comments