Skip to content

Commit

Permalink
hotfix: updating on workflow the file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pellejador committed Dec 4, 2024
1 parent 6806e75 commit 54bc7eb
Showing 1 changed file with 1 addition and 1 deletion.
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/aws/complete/variables.tf .version
sed -i "s/$(cat .version)/${{ inputs.release_branch_name}}/g" README_terraform.md README.md variables.tf examples/complete/variables.tf .version
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit 54bc7eb

Please sign in to comment.