diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63e0d01b..3607c129 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,7 @@ jobs: id: step1 run: | git describe --tags + git clean -f python3 version.py echo "::set-output name=test::$(cat version)"