From 0c536b30dd5e829fa8c1cabb91b7ead3f9710bd1 Mon Sep 17 00:00:00 2001 From: mashal-m Date: Fri, 26 May 2023 15:55:41 +0500 Subject: [PATCH] refactor: update ci file --- .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 48af757..39e8320 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,4 +51,4 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Print version - run: echo ${{ needs.tests.outputs.output1 }} + run: echo ${{ needs.tests.steps.ver.outputs.nextVer }}