diff --git a/.github/workflows/update-readme.yaml b/.github/workflows/update-readme.yaml index ffda695..2eafdb6 100644 --- a/.github/workflows/update-readme.yaml +++ b/.github/workflows/update-readme.yaml @@ -33,6 +33,7 @@ jobs: title: 'chore: bump version to ${{ env.TAG }} in README.md files' body: 'This is an auto-generated PR to update README.md files of all modules with the new tag ${{ env.TAG }}' branch: 'update-readme-branch' + base: 'main' env: TAG: ${{ steps.get-latest-tag.outputs.TAG }}