Skip to content

Commit

Permalink
Fix sed to replace image in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAijaz committed Nov 18, 2024
1 parent c18214e commit b082a49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
ref: ${{github.event.pull_request.head.sha}}
fetch-depth: 0

- name: Replace latest tag with version from input
run: |
set -ue
VERSION=1.2.0 make update-manifests-version
git diff
# Setting up helm binary
- name: Set up Helm
uses: azure/setup-helm@v4
Expand Down Expand Up @@ -192,12 +198,6 @@ jobs:
ref: ${{github.event.pull_request.head.sha}}
fetch-depth: 0

- name: Replace latest tag with version from input
run: |
set -ue
VERSION=1.2.0 make update-manifests-version
git diff
# Setting up helm binary
- name: Set up Helm
uses: azure/setup-helm@v4
Expand Down

0 comments on commit b082a49

Please sign in to comment.