Helm chart - CI - Fix app version output passing

Signed-off-by: Rhea Danzey <rdanzey@element.io>
This commit is contained in:
Rhea Danzey 2023-06-08 12:46:11 -05:00
parent 3b5c0d8ac5
commit 113cf5b49e
No known key found for this signature in database
GPG Key ID: BC69166FB2668680

View File

@ -33,7 +33,7 @@ jobs:
- name: "Get app version from package.json" - name: "Get app version from package.json"
id: get_hookshot_version id: get_hookshot_version
run: | run: |
echo "::set-output hookshot_version=$(cat package.json | yq .version)" echo "::set-output hookshot_version=$(cat package.json | yq .version)" >> "$GITHUB_OUTPUT"
- name: Set chart appVersion to current package.json version - name: Set chart appVersion to current package.json version
uses: mikefarah/yq@v4.34.1 uses: mikefarah/yq@v4.34.1