Skip to content

Commit

Permalink
Really fix the release workflow after openshift template restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Mar 9, 2023
1 parent 161e834 commit d61e447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
- name: Restoring 'latest-release' as the ImageStream version in the OpenShift template(s)"
run: |
cd studio/distro/openshift
sed -i "s/${{ github.event.inputs.release-version }}/latest-release/g" apicurio-template.yml
sed -i "s/${{ github.event.inputs.release-version }}/latest-release/g" apicurio-standalone-template.yml
sed -i "s/${{ github.event.inputs.release-version }}/latest-release/g" apicurio-deployment-configs-template.yml
sed -i "s/${{ github.event.inputs.release-version }}/latest-release/g" apicurio-image-streams-template.yml
- name: Commit Changes for Release Version ${{ github.event.inputs.release-version }}
run: |
Expand Down

0 comments on commit d61e447

Please sign in to comment.