Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix: release production yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
farabi-deriv committed Jul 23, 2024
1 parent 1c367e7 commit ef89e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
publish_to_vercel:
runs-on: ubuntu-latest
environment: Production
needs: [release_production]
steps:
- name: Upload to vercel
uses: 'deriv-com/shared-actions/.github/actions/vercel_DR_publish@master'
Expand All @@ -63,7 +64,7 @@ jobs:
if: steps.dr_action.conclusion == 'failure'
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
MESSAGE: "Vercel Publish failed for bot.deriv.com with version ${{ jobs.release_production.outputs.RELEASE_VERSION }}"
MESSAGE: "Vercel Publish failed for bot.deriv.com with version ${{ needs.release_production.outputs.RELEASE_VERSION }}"
send_slack_notification:
if: always()
needs: [release_production]
Expand Down

0 comments on commit ef89e82

Please sign in to comment.