diff --git a/.github/workflows/tag-release-version.yml b/.github/workflows/tag-release-version.yml index 69f3411b7..590410cbe 100644 --- a/.github/workflows/tag-release-version.yml +++ b/.github/workflows/tag-release-version.yml @@ -68,6 +68,5 @@ jobs: git add . git commit -m "Add release date to changelog" - name: Notify team - uses: actions/github-script@v6 run: | node .github/scripts/notifySlackTeam.js './Changelog.md' '${{ fromJson(steps.define-release-version.outputs.result).full }}' 'C06BYVC27QU' ${{ secrets.RELEASE_SUCCESS_SLACK_WEBHOOK }}