Skip to content

Commit

Permalink
hotfix: adding more files to be updated from the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pellejador committed Dec 4, 2024
1 parent d449eb9 commit 74f1b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git-create-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Update application versions
run: |
sed -i "s/$(cat .version)/${{ inputs.release_branch_name}}/g" README_terraform.md README.md variables.tf examples/complete/variables.tf .version
sed -i "s/$(cat .version)/${{ inputs.release_branch_name}}/g" README_terraform.md README.md variables.tf examples/*/variables.tf examples/*/main.tf .version
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module "app" {
source = "open-metadata/openmetadata/aws"
version = "1.5.12"
version = "1.5.13"

airflow = var.airflow
env_from = local.env_from
Expand Down

0 comments on commit 74f1b58

Please sign in to comment.