fix: add build job

This commit is contained in:
mashal-m
2023-02-27 16:30:27 +05:00
parent 08cf5fb3d5
commit 72f90f49c1

View File

@@ -19,7 +19,7 @@ jobs:
new-release-version: ${{ steps.get-next-version.outputs.new-release-version }}
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