From 063ce855ca093a77ac5273ac07708f6a87ea3883 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:18:00 +0500 Subject: [PATCH] refactor: fixed build typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce7a69a..7d9a867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: build: runs-on: ubuntu-latest - needs: next-version + needs: get-next-version if: needs.get-next-version.outputs.new-release-published == 'true' steps: - uses: actions/checkout@v3