refactor: updated workflow

This commit is contained in:
Bilal Qamar
2023-02-27 17:46:40 +05:00
parent 8f052a7ea1
commit f27fc6fa07

View File

@@ -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 }}