quick fix: fix typo in publish-helm-chart specifying version

This commit is contained in:
Ilya Kreymer 2023-09-05 15:51:10 -04:00
parent 3bfa69b98a
commit 7d0cfa93e2

View File

@ -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