diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4d4277a..a336948 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -43,7 +43,7 @@ jobs: id: tag run: echo ::set-output name=TAG_NAME::$(echo 1.7.0) - name: Update version in setup.py - run: >- + run: | echo "THIS IS THE VERSION: ${{ steps.tag.outputs.TAG_NAME }}" sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" setup.py working-directory: api