refactor: updated workflow

This commit is contained in:
Bilal Qamar
2023-02-27 17:37:32 +05:00
parent 772008b361
commit bc0eaf18fc

View File

@@ -52,7 +52,6 @@ jobs:
build:
runs-on: ubuntu-latest
needs: get-next-version
if: needs.get-next-version.outputs.new-release-published == 'true'
steps:
- uses: actions/checkout@v3
- run: echo "The new release version is ${{ needs.get-next-version.outputs.new-release-version }}"