refactor: updated workflow

This commit is contained in:
Bilal Qamar
2023-02-27 17:41:16 +05:00
parent bc0eaf18fc
commit 5e29402f5b

View File

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