From 01e54dc0b932630f1cd9fc2b8db90af486d3e47d Mon Sep 17 00:00:00 2001 From: Sebastian Czech Date: Fri, 7 Jul 2023 14:09:01 +0200 Subject: [PATCH] fix(workflow): Put correct job names --- .github/workflows/release_ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release_ci.yml b/.github/workflows/release_ci.yml index 5674945..1af8101 100644 --- a/.github/workflows/release_ci.yml +++ b/.github/workflows/release_ci.yml @@ -39,9 +39,7 @@ jobs: release: name: release sem version needs: - - validate - - pre_commit - - plan_apply + - release-prereqs runs-on: ubuntu-latest permissions: contents: write