Skip to content

Commit

Permalink
release: update auto-generated release body
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Aug 29, 2023
1 parent 64890ba commit eef93ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body: |
Deploy this release to Kubernetes with Helm using:
This release can be deployed with Helm by running:
```
helm upgrade --install btrix https://github.com/webrecorder/browsertrix-cloud/releases/download/${{ env.version }}/browsertrix-cloud-${{ env.version }}.tgz
```
See [the development guide](https://docs.browsertrix.cloud/deploy/) for more info how to deploy Browsertrix Cloud.
files: .chart-out/browsertrix-cloud-${{ env.version }}.tgz
tag_name: v${{ env.version }}
fail_on_unmatched_files: true
Expand Down

0 comments on commit eef93ae

Please sign in to comment.