diff --git a/.github/workflows/release_on_tag.yml b/.github/workflows/release_on_tag.yml index d724137c..6f53c54d 100644 --- a/.github/workflows/release_on_tag.yml +++ b/.github/workflows/release_on_tag.yml @@ -22,7 +22,7 @@ jobs: - name: PyProject and create tag id: create-tag env: - VERSION: ${{ (echo $github.event.head_commit.message | cut -d ":" -f2) }} + VERSION: ${{ $(echo $github.event.head_commit.message | cut -d ":" -f2) }} run: | poetry version ${{ env.VERSION }} git tag -a ${{ env.VERSION }} -m ${{ env.VERSION }}