diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 612a328..b5464db 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 }}" + - run: echo "The new release version is ${{ needs.get-next-version.outputs.new-release-version }}" outputs: new-release-published: ${{ steps.get-next-version.outputs.new-release-published }} new-release-version: ${{ steps.get-next-version.outputs.new-release-version }}