diff --git a/.github/workflows/release_pr_workflow.yml b/.github/workflows/release_pr_workflow.yml index 025711882..74fc081d1 100644 --- a/.github/workflows/release_pr_workflow.yml +++ b/.github/workflows/release_pr_workflow.yml @@ -43,6 +43,7 @@ jobs: run: | git config --local user.name "GitHub Action" git config --local user.email "action@github.com" + ls -la sed -i -e "s/^version=.\+$/version=${{ github.event.inputs.release_version }}/g" gradle.properties git add gradle.properties git commit -m "Release version ${{ github.event.inputs.release_version }}"