From 502c246136d210287a29481274fb5b0028cb41de Mon Sep 17 00:00:00 2001 From: YiscahLevySilas1 Date: Wed, 20 Mar 2024 16:25:45 +0200 Subject: [PATCH] fix workflow Signed-off-by: YiscahLevySilas1 --- .github/workflows/create-release-v2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release-v2.yaml b/.github/workflows/create-release-v2.yaml index a059ed61..bb825768 100644 --- a/.github/workflows/create-release-v2.yaml +++ b/.github/workflows/create-release-v2.yaml @@ -7,7 +7,7 @@ on: description: 'Tag name' required: true type: string - + push: tags: - 'v*.*.*-rc.*' @@ -168,7 +168,7 @@ jobs: # Update regolibrary documentation with latest controls and rules. update-documentation: - needs: [release] + needs: [create-new-tag-and-release] runs-on: ubuntu-latest steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3.5.2