We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea1328 commit d7e5ce5Copy full SHA for d7e5ce5
.github/workflows/publish-helm.yml
@@ -11,6 +11,11 @@ jobs:
11
- name: Checkout repository
12
uses: actions/checkout@v3
13
14
+ - name: Update version
15
+ shell: bash
16
+ run: |
17
+ sed -i 's/0.0.0/${{ github.ref_name }}/' charts/Chart.yaml
18
+
19
- name: Helm Publish
20
uses: huggingface/helm-publish-action@latest
21
with:
README.md
@@ -5,7 +5,7 @@
5
6
Helm Chart containing our common functions
7
8
-# Usage
+## Usage
9
10
Coming soon ...
charts/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v2
2
name: common
3
description: Common chart for Hugging Face
4
type: library
-version: 0.1.0
+version: 0.0.0
0 commit comments