Skip to content

Commit

Permalink
.github: workflows: release.yml: Set version when building
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelNdeCarvalho committed May 13, 2022
1 parent 6ff3f70 commit c8d1bcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Set version based on tag
run: |
sed -i 's/dev/${{ steps.tag.outputs.tag }}/g' terrabutler/__init__.py
- name: Build Python Module
run: |
pip install -r requirements.txt pyinstaller
Expand Down

0 comments on commit c8d1bcc

Please sign in to comment.