Skip to content

Commit 57b5349

Browse files
authored
CI: Update action-gh-release to v2.4.1 and add release notes with Docker usage instructions (#985)
1 parent 4793460 commit 57b5349

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/run_command.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,21 @@ jobs:
223223
224224
- name: Release binary
225225
if: ${{ !inputs.s3_upload && inputs.upload_files != '' }}
226-
uses: softprops/action-gh-release@v2.2.1
226+
uses: softprops/action-gh-release@v2.4.1
227227
with:
228228
files: ${{ inputs.upload_files }}
229229
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
230230
generate_release_notes: true
231231
prerelease: ${{ inputs.prerelease }}
232232
tag_name: ${{ steps.execute.outputs.tag_name }}
233+
body: |
234+
## Docker Images Available
235+
236+
```bash
237+
docker pull d.timeplus.com/timeplus-io/proton:latest
238+
```
239+
240+
For detailed usage and more information, check out the Timeplus documentation: https://docs.timeplus.com/
233241
234242
- name: Upload Artifact
235243
if: ${{ always() && inputs.upjob != '' }}

0 commit comments

Comments
 (0)