Skip to content

Commit

Permalink
Status Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalhk7 committed Jan 8, 2022
1 parent 21039c8 commit 512d61d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install python-semantic-release
- name: Install
- name: Build project
run: pyinstaller cli.spec --noconfirm --onefile
- name: Generate changelog and update version
run: |
Expand All @@ -31,4 +31,5 @@ jobs:
artifacts: "dist/veronica"
bodyFile: "CHANGELOG.md"
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ env.VERSION }}
name: ${{ env.VERSION }}
tag: ${{ env.VERSION }}

0 comments on commit 512d61d

Please sign in to comment.