From 8be26d346f3def28bce6a0c1c30fb40fbdc15976 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Mon, 1 Jul 2024 19:45:55 +0530 Subject: [PATCH] revert: disable downstream-tagging for dynamic-localpv-provisioner repo Signed-off-by: Niladri Halder --- .github/workflows/release.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ea0e63..9dd7e98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,23 +123,3 @@ jobs: exit-code: '1' ignore-unfixed: true severity: 'CRITICAL,HIGH' - - downstream-tagging: - runs-on: ubuntu-latest - # since trivy already depends on linux-utils, its not included here - needs: ['trivy'] - steps: - - name: Downstream tagging - uses: akhilerm/openebs-release-mgmt@v1.1.0 - with: - tag-name: ${{ github.ref }} - body: 'Release created from linux-utils' - # Disable downstream tagging for cStor and Jiva, as their latest tagged - # versions have diverged from that of dynamic-localpv - # repo: | - # jiva - # libcstor - repo: | - dynamic-localpv-provisioner - # GR_TOKEN secret is the access token to perform github releases - github-token: ${{ secrets.GR_TOKEN }}