mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Helm chart - CI - Fix app version output passing
Signed-off-by: Rhea Danzey <rdanzey@element.io>
This commit is contained in:
parent
3b5c0d8ac5
commit
113cf5b49e
2
.github/workflows/helm.yml
vendored
2
.github/workflows/helm.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user