From 8f052a7ea174127b8afe455393a7f4c9cbc4d323 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:44:05 +0500 Subject: [PATCH] refactor: updated workflow --- .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 b5464db..612a328 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: id: get-next-version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: echo "The new release version is ${{ needs.get-next-version.outputs.new-release-version }}" + - run: echo "The new release version is ${{ needs.get-next-version }}" outputs: new-release-published: ${{ steps.get-next-version.outputs.new-release-published }} new-release-version: ${{ steps.get-next-version.outputs.new-release-version }}