Skip to content

Commit

Permalink
chore(CI): re-order keys in workflow
Browse files Browse the repository at this point in the history
Release-As: 1.4.3
  • Loading branch information
meysam81 committed Nov 9, 2024
1 parent 98c705e commit 5d2782c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ jobs:
release-type: simple

release-oci:
needs:
- release-please
if: needs.release-please.outputs.releases_created == 'true'
needs: release-please
permissions:
packages: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d2782c

Please sign in to comment.