From ff4c6b495292dceb2764e07dd9a229015ee40900 Mon Sep 17 00:00:00 2001 From: mukulmishra18 Date: Thu, 4 Jan 2024 17:27:29 +0530 Subject: [PATCH] Add checkout step --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bba8d8a0..f97a193b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,5 +40,10 @@ jobs: if: ${{ always() && (needs.download_and_publish.result == 'failure' || needs.test_and_build.result == 'failure') }} steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: feature/notify-team-on-release-workflow + - name: Notify team run: node .github/scripts/notifySlackTeam.js 'failure' 'CHANGELOG.md' '' ${{ secrets.RELEASE_FAILURE_SLACK_WEBHOOK }} ${{ github.run_id }} \ No newline at end of file