Feat: Add semantic version

This commit is contained in:
0xThresh.eth
2024-11-08 21:55:49 -07:00
parent f92da9672b
commit 6912928a4a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -9,4 +9,4 @@ dependencies:
repository: https://apache.jfrog.io/artifactory/tika
version: 2.9.0
digest: sha256:91c12b702598527a8b602af6f229f975abc8bd7cf95c31324bc013bb919ff14e
generated: "2024-11-07T14:14:55.798831-07:05"
generated: "2024-11-07T14:14:55.798831-07:06"