Skip to content

Commit

Permalink
fixes for release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Oct 1, 2023
1 parent eadad15 commit 33720eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ jobs:
```
</details>
- 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:
Expand Down

0 comments on commit 33720eb

Please sign in to comment.