diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9316e9569..d5be3a66c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Tag Release run: | - sed -e "s/[0-9]\+\.[0-9]\+\.[0-9]\+\.Final/${{ github.even.inputs.version }}/g" README.md + sed -e "s/[0-9]\+\.[0-9]\+\.[0-9]\+\.Final/${{ github.event.inputs.version }}/g" README.md git commit -a -m "Releasing ${{ github.event.inputs.version }}" git tag ${{ github.event.inputs.version }}