diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 69e32213d..a97b09395 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -53,7 +53,6 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ steps.comment.outputs.branch }} - - run: echo '${{ github.event.comment.body }}' - name: Commit and push if needed env: BODY: ${{ github.event.comment.body }}