diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 9a6ef05..9213717 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -23,8 +23,6 @@ jobs: pip install poetry - name: Add CURRENT_TIME env property run: echo "CURRENT_TIME_VERSION=v$(date '+%s')" >> $GITHUB_ENV - - name: test - run: echo ${{ env.CURRENT_TIME_VERSION }} - name: Build the sucker run: | sed -i -e "s/?????/${{ env.CURRENT_TIME_VERSION }}/g" src/__init__.py