Skip to content

Commit d7e5ce5

Browse files
committed
feat: release management
1 parent 1ea1328 commit d7e5ce5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/publish-helm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v3
1313

14+
- name: Update version
15+
shell: bash
16+
run: |
17+
sed -i 's/0.0.0/${{ github.ref_name }}/' charts/Chart.yaml
18+
1419
- name: Helm Publish
1520
uses: huggingface/helm-publish-action@latest
1621
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Helm Chart containing our common functions
77

8-
# Usage
8+
## Usage
99

1010
Coming soon ...
1111

charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: common
33
description: Common chart for Hugging Face
44
type: library
5-
version: 0.1.0
5+
version: 0.0.0

0 commit comments

Comments
 (0)