From 33720eb5b48e0d56c5a4b81d95c5d6b4f5274dba Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Sun, 1 Oct 2023 20:18:22 +0300 Subject: [PATCH] fixes for release flow --- .github/workflows/release.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 666fbd32..50c7b11c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -67,6 +67,18 @@ jobs: ``` + - name: update release body + uses: softprops/action-gh-release@v1 + if: ${{ github.event_name == 'release' }} + with: + append_body: true + body: | + 🐋 This release is available as Docker image, using the following Docker tag: + + ``` + ghcr.io/the-guild-org/conductor-t2/conductor:${{ github.event.release.tag_name }} + ``` + binary: name: compile binary (${{ matrix.platform.target }}) strategy: