diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index 7e38ec6b1..12545015f 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -2,8 +2,7 @@ name: production-release on: release: - # types: [released] - types: [prereleased] + types: [released] jobs: arm64: @@ -105,7 +104,7 @@ jobs: - name: Create & publish manifest run: | docker buildx imagetools create --append coollabsio/coolify:${{steps.package-version.outputs.current-version}}-arm64 --append coollabsio/coolify:${{steps.package-version.outputs.current-version}}-aarch64 --tag coollabsio/coolify:${{steps.package-version.outputs.current-version}} - # - uses: sarisia/actions-status-discord@v1 - # if: always() - # with: - # webhook: ${{ secrets.DISCORD_WEBHOOK_PROD_RELEASE_CHANNEL }} + - uses: sarisia/actions-status-discord@v1 + if: always() + with: + webhook: ${{ secrets.DISCORD_WEBHOOK_PROD_RELEASE_CHANNEL }}