From 3b5a2e920f32e8db1a936b5de08c7ea692dc0f00 Mon Sep 17 00:00:00 2001 From: mashal-m Date: Mon, 27 Feb 2023 16:26:26 +0500 Subject: [PATCH] fix: add build job --- .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 7e36db0..fa169f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: outputs: new-release-published: ${{ steps.get-next-version.outputs.new-release-published }} new-release-version: ${{ steps.get-next-version.outputs.new-release-version }} - build: + build: runs-on: ubuntu-latest needs: next-version if: needs.get-next-version.outputs.new-release-published == 'true'