Skip to content

Commit 3a9f9d5

Browse files
fix/pipeline (#918)
1 parent d96ada7 commit 3a9f9d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
container:
2222
name: Build and Push container image
23-
needs: [ build ]
23+
needs: [ build-packages ]
2424
uses: ./.github/workflows/component_image.yml
2525
with:
2626
image-tag: ${{ github.event.release.tag_name }}-rc
@@ -38,7 +38,7 @@ jobs:
3838
upload:
3939
runs-on: ubuntu-latest
4040
name: Upload to S3
41-
needs: [ build ]
41+
needs: [ build-packages ]
4242
steps:
4343
- uses: actions/checkout@v4
4444
with:

0 commit comments

Comments
 (0)