From 8d487451dd35b91658e85c9abcc045adbac26367 Mon Sep 17 00:00:00 2001 From: Martin Montes Date: Thu, 28 Dec 2023 19:15:59 +0100 Subject: [PATCH] Removed check diff step --- .github/workflows/release.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 244b79a..7d09f35 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,24 +31,6 @@ jobs: echo ::set-output name=buid_date::$(date -u +'%Y-%m-%dT%H:%M:%SZ') echo ::set-output name=version::${VERSION} - check-diff: - name: Check diff - runs-on: ubuntu-latest - needs: version - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Generate bundle - run: make bundle - env: - VERSION: "${{ needs.version.outputs.version }}" - - - name: Check diff - uses: mmontes11/diff-porcelain@v0.0.1 - with: - message: Bundle is not up to date with the version '${{ needs.version.outputs.version }}'. Run 'make bundle' and commit the changes. - operator: name: Operator runs-on: ubuntu-latest