refactor: fixed build typo

This commit is contained in:
Bilal Qamar
2023-02-27 17:18:00 +05:00
parent 748d4746b3
commit 063ce855ca

View File

@@ -54,7 +54,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: next-version
needs: get-next-version
if: needs.get-next-version.outputs.new-release-published == 'true'
steps:
- uses: actions/checkout@v3