Skip to content

Commit

Permalink
ahmed/remove-function-to-fixed-production-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-deriv committed Oct 14, 2024
1 parent 3a265fc commit f7ca75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
VERCEL_SCOPE: deriv
ALIAS_DOMAIN_URL: 'api-docs-dr.binary.sx'
- name: Send Slack Notification
if: always() && ${{ steps.publish_to_vercel.outcome != 'success'}}
if: ${{ steps.publish_to_vercel.outcome != 'success'}}
uses: ./.github/actions/notify_slack
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit f7ca75e

Please sign in to comment.