diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a158ecb..6b53df7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,10 @@ jobs: pip install setuptools wheel twine - id: release - run: | - TAG_NAME=${{ github.event.release.tag_name }} - ID=`echo ${TAG_NAME##v}` - echo "::set-output name=VERSION::$ID" + run: | + TAG_NAME=${{ github.event.release.tag_name }} + ID=`echo ${TAG_NAME##v}` + echo "::set-output name=VERSION::$ID" - name: Build and publish env: @@ -36,4 +36,4 @@ jobs: run: | sed -i "s/latest/${{ steps.release.outputs.VERSION }}" setup.py python setup.py sdist bdist_wheel - twine upload dist/* \ No newline at end of file + twine upload dist/*