Skip to content

Commit

Permalink
Change version at Test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
helviojunior committed Jan 14, 2023
1 parent 24cb5e7 commit 3ec9ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
- name: Change Package version
run: |
oldv=$(grep -oE '[0-9\.]+' knowsmore/version.py)
oldv=$(grep -oE '[0-9\.]+' turbosearch/version.py)
current=$(date '+%Y%m%d%H%M%S')
echo "__version__ = '${oldv}-${current}'" > knowsmore/version.py
echo "__version__ = '${oldv}-${current}'" > turbosearch/version.py
- name: Build artifact
run: |
Expand Down

0 comments on commit 3ec9ea7

Please sign in to comment.