Skip to content

Commit

Permalink
fix(oci): fix dependencies for publish-oci-artifacts workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku authored and poiana committed Mar 28, 2024
1 parent 4fafb03 commit 456f306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
suffix: stable
secrets: inherit

publish-oci-artifacts-dev:
needs: [ build-plugins-dev, validate-plugins ]
publish-oci-artifacts:
needs: [ build-plugins, validate-plugins ]
uses: ./.github/workflows/reusable-publish-oci-artifacts.yaml
with:
suffix: stable
Expand Down

0 comments on commit 456f306

Please sign in to comment.