mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
Fix: add more debug
This commit is contained in:
3
.github/workflows/helm-release.yml
vendored
3
.github/workflows/helm-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user