Skip to content

Commit 512d61d

Browse files
committed
Status Update
1 parent 21039c8 commit 512d61d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python -m pip install --upgrade pip
2020
pip install -r requirements.txt
2121
pip install python-semantic-release
22-
- name: Install
22+
- name: Build project
2323
run: pyinstaller cli.spec --noconfirm --onefile
2424
- name: Generate changelog and update version
2525
run: |
@@ -31,4 +31,5 @@ jobs:
3131
artifacts: "dist/veronica"
3232
bodyFile: "CHANGELOG.md"
3333
token: ${{ secrets.GITHUB_TOKEN }}
34-
name: ${{ env.VERSION }}
34+
name: ${{ env.VERSION }}
35+
tag: ${{ env.VERSION }}

0 commit comments

Comments
 (0)