quick fix: fix typo in publish-helm-chart specifying version
This commit is contained in:
parent
3bfa69b98a
commit
7d0cfa93e2
2
.github/workflows/publish-helm-chart.yaml
vendored
2
.github/workflows/publish-helm-chart.yaml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
See [the development guide](https://docs.browsertrix.cloud/deploy/) for more info how to deploy Browsertrix Cloud.
|
||||
|
||||
files: .chart-out/browsertrix-cloud-$v{{ env.version }}.tgz
|
||||
files: .chart-out/browsertrix-cloud-v${{ env.version }}.tgz
|
||||
tag_name: v${{ env.version }}
|
||||
fail_on_unmatched_files: true
|
||||
draft: true
|
||||
|
Loading…
Reference in New Issue
Block a user