diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd16d2a..b5464db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +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 }}" outputs: new-release-published: ${{ steps.get-next-version.outputs.new-release-published }} new-release-version: ${{ steps.get-next-version.outputs.new-release-version }}