diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ca8c906a..7bdca99b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,4 +41,4 @@ jobs: steps: - name: Notify team - run: node .github/scripts/notifySlackTeam.js 'failure' 'CHANGELOG.md' '${{ fromJson(steps.define-release-version.outputs.result).full }}' ${{ secrets.RELEASE_FAILURE_SLACK_WEBHOOK }} ${{ github.run_id }} \ No newline at end of file + run: node .github/scripts/notifySlackTeam.js 'failure' 'CHANGELOG.md' undefined ${{ secrets.RELEASE_FAILURE_SLACK_WEBHOOK }} ${{ github.run_id }} \ No newline at end of file