fix(ci): correct job deps in release
This commit is contained in:
parent
1c9fdba5a7
commit
a03f71acb8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
docker:
|
||||
name: Build and Push Docker Image
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test, release-please]
|
||||
needs: [release-please, update-mix-version]
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue