Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed May 22, 2024
1 parent d41c53c commit 2466e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
shell: bash

drop-or-release-staging-repository:
needs: [create-staging-repository, upload]
needs: [create-staging-repository, upload-release]
if: ${{ always() && needs.create-staging-repository.result == 'success' }}
uses: kosi-libs/kodein-internal-github-actions/.github/workflows/drop-or-release-nexus-staging-repository.yml@main
secrets: inherit
Expand Down

0 comments on commit 2466e2e

Please sign in to comment.