Skip to content

Commit

Permalink
Fix workflow action (windmill-labs#2423)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouv authored Oct 10, 2023
1 parent aef26ea commit e9ae3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
${{ steps.extract.outputs.destination }}/*
attach_ee_binary_to_release:
needs: [build-ee]
needs: [build_ee]
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/') }}
steps:
Expand Down

0 comments on commit e9ae3fb

Please sign in to comment.