Skip to content

Commit

Permalink
馃悰 Fix dirty version name (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushuk committed Jan 19, 2024
1 parent 1e32a53 commit cc04cb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Update Build Number
id: step1
run: |
git describe --tags
git clean -f
python3 version.py
echo "::set-output name=test::$(cat version)"
Expand Down

0 comments on commit cc04cb7

Please sign in to comment.