Skip to content

Commit

Permalink
add body to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Aug 29, 2023
1 parent 8c56d7b commit 64890ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
- name: Upload Chart To GitHub
uses: softprops/action-gh-release@v1
with:
body: |
Deploy this release to Kubernetes with Helm using:
```
helm upgrade --install btrix https://github.com/webrecorder/browsertrix-cloud/releases/download/${{ env.version }}/browsertrix-cloud-${{ env.version }}.tgz
```
files: .chart-out/browsertrix-cloud-${{ env.version }}.tgz
tag_name: v${{ env.version }}
fail_on_unmatched_files: true
Expand Down

0 comments on commit 64890ba

Please sign in to comment.