We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21039c8 commit 512d61dCopy full SHA for 512d61d
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
python -m pip install --upgrade pip
20
pip install -r requirements.txt
21
pip install python-semantic-release
22
- - name: Install
+ - name: Build project
23
run: pyinstaller cli.spec --noconfirm --onefile
24
- name: Generate changelog and update version
25
run: |
@@ -31,4 +31,5 @@ jobs:
31
artifacts: "dist/veronica"
32
bodyFile: "CHANGELOG.md"
33
token: ${{ secrets.GITHUB_TOKEN }}
34
- name: ${{ env.VERSION }}
+ name: ${{ env.VERSION }}
35
+ tag: ${{ env.VERSION }}
0 commit comments