diff --git a/.github/workflows/pre-release-workflow.yml b/.github/workflows/pre-release-workflow.yml index 4b57dc326..64c86efb7 100644 --- a/.github/workflows/pre-release-workflow.yml +++ b/.github/workflows/pre-release-workflow.yml @@ -102,8 +102,8 @@ jobs: if: github.event.inputs.old_operator_version != github.event.inputs.new_operator_version uses: jacobtomlinson/gha-find-replace@master with: - find: "/download/${{ github.event.inputs.old_operator_version }}/splunk-operator-install.yaml" - replace: "/download/${{ github.event.inputs.new_operator_version }}/splunk-operator-install.yaml" + find: "/download/${{ github.event.inputs.old_operator_version }}/splunk-operator" + replace: "/download/${{ github.event.inputs.new_operator_version }}/splunk-operator" exclude: "ChangeLog.md" include: ".*.md"