diff --git a/.github/workflows/latest-release.yml b/.github/workflows/latest-release.yml index f0f6072e7b1..a75c6fb5195 100644 --- a/.github/workflows/latest-release.yml +++ b/.github/workflows/latest-release.yml @@ -72,14 +72,6 @@ jobs: with: PACKAGE_VERSION: ${{ env.PACKAGE_VERSION }} BUILD_SCRIPT_PATH: "./.github/scripts/build-zip.sh" -# - name: Generate changelog -# uses: ./.github/workflows/generate-changelog -# with: -# TOKEN: ${{ secrets.MAINTAIN_TOKEN }} -# REPOSITORY: ${{ github.repository }} -# HEAD_BRANCH_NAME: ${{ github.ref }} -# BASE_TAG_NAME: ${{ env.PREVIOUS_TAG_SHA }} -# GENERATE_EMPTY_CHANGELOG: true - name: Create GitHub release uses: softprops/action-gh-release@v1 with: @@ -87,14 +79,14 @@ jobs: target_commitish: ${{ env.CLEAN_REF }} files: | elementor-*.zip - body: false + body: "" prerelease: ${{ env.PRERELEASE }} - name: Post To Slack Created Latest auto Release if: ${{ github.event.inputs.pre_release }} == false uses: ./.github/workflows/post-to-slack with: SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }} - SLACK_TAG_CHANNELS: ${{ secrets.SLACK_CHANNEL_RELEASE }} + SLACK_TAG_CHANNELS: 'C05QRUJSLG3' // #latest-hosting-release ID PAYLOAD: | { "blocks": [ @@ -126,16 +118,6 @@ jobs: "action_id": "button-action" } }, - { - "type": "divider" - }, - { - "type": "section", - "text": { - "type": "mrkdwn", - "text": "*v${{ env.PACKAGE_VERSION }} Changelog* \n\n ${{ env.CHANGELOG_CONTENT }}" - } - } ] }