|
|
@ -33,6 +33,7 @@ jobs:
|
|
|
|
title: 'chore: bump version to ${{ env.TAG }} in README.md files'
|
|
|
|
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 }}'
|
|
|
|
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'
|
|
|
|
branch: 'update-readme-branch'
|
|
|
|
|
|
|
|
base: 'main'
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
TAG: ${{ steps.get-latest-tag.outputs.TAG }}
|
|
|
|
TAG: ${{ steps.get-latest-tag.outputs.TAG }}
|
|
|
|
|
|
|
|
|
|
|
|