Skip to content

Commit

Permalink
fix(ci): release stage should now be triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Jul 7, 2023
1 parent 61dfc03 commit 0c07eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
if: |
always() &&
needs.check-secrets.outputs.run-with-secrets == 'true' &&
needs.build.close-staging-repos == 'success'
needs.close-staging-repos.result == 'success'
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
Expand Down

0 comments on commit 0c07eb3

Please sign in to comment.