Fix: add debug

This commit is contained in:
0xThresh.eth
2024-11-08 21:53:24 -07:00
parent 07fbb60e5a
commit f92da9672b
2 changed files with 3 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ jobs:
id: get_version
run: |
echo "VERSION=$(cat charts/open-webui/Chart.yaml| ./yq -r '.version')" >> $GITHUB_OUTPUT
echo "DEBUG: Version"
echo $VERSION
- name: Commit Chart.yaml
uses: stefanzweifel/git-auto-commit-action@v4