Skip to content

Commit

Permalink
fixing file path
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
(cherry picked from commit 86e962e)
  • Loading branch information
JaydipGabani committed Dec 11, 2024
1 parent 0474830 commit 61c385a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
| jq -r '[.[] | select(.prerelease == false) | .tag_name] | map(select(test("^v[0-9]+\\.[0-9]+\\.[0-9]+$"))) | .[:3] | map(ltrimstr("v")) | map("\"" + . + "\"") | join(", ")')
# Update the workflow.yaml file with the latest versions
sed -i "s/KUBERNETES_VERSION: \[.*\]/KUBERNETES_VERSION: \[$latest_versions\]/" workflow.yaml
sed -i "s/KUBERNETES_VERSION: \[.*\]/KUBERNETES_VERSION: \[$latest_versions\]/" .github/workflows/workflow.yaml
- name: Create release pull request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
Expand Down

0 comments on commit 61c385a

Please sign in to comment.