From bc0eaf18fc2a80c5d9bd9e0b205f766c88274b98 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:37:32 +0500 Subject: [PATCH] refactor: updated workflow --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edc4a9b..dd16d2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,6 @@ jobs: build: runs-on: ubuntu-latest needs: get-next-version - if: needs.get-next-version.outputs.new-release-published == 'true' steps: - uses: actions/checkout@v3 - run: echo "The new release version is ${{ needs.get-next-version.outputs.new-release-version }}"