fix: wait for build in gh action

This commit is contained in:
itsscb 2024-08-22 19:14:10 +02:00
parent 965af89a3b
commit 7918c823df

View File

@ -37,6 +37,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3
- uses: shuttle-hq/deploy-action@main