Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
acaiado committed Mar 8, 2024
1 parent 5109aa9 commit 011ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [prepare, build-image-push]
if: env.RELEASE_PUBLISHED == true
if: ${{ env.RELEASE_PUBLISHED == true }}
steps:
- name: Deploy
run: |
Expand Down

0 comments on commit 011ee76

Please sign in to comment.