diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 287494a35..c373bbf7c 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -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 @@ -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