diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 1a3c557..e4bea71 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -24,6 +24,7 @@ jobs: run: | echo "${{ github.event.inputs.version }}" > VERSION sed -i -E "s/VERSION=(.*)/VERSION=\"${{ github.event.inputs.version }}\"/" install.sh + sed -i -E "s/[0-9]+\.[0-9]+\.[0-9]+/${{ github.event.inputs.version }}/g" README.md - name: Create a release pull request id: cpr