Fix: add more debug

This commit is contained in:
0xThresh.eth
2024-11-08 21:59:42 -07:00
parent 6912928a4a
commit 99c0b98a24
2 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,9 @@ jobs:
- name: Get version
id: get_version
run: |
echo "DEBUG: Working path"
pwd
cat charts/open-webui/Chart.yaml | ./yq -r '.version'
echo "VERSION=$(cat charts/open-webui/Chart.yaml | ./yq -r '.version')" >> $GITHUB_OUTPUT
echo "DEBUG: Version"
echo $VERSION