Skip to content

Commit

Permalink
feat: release management
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrompier committed Feb 22, 2023
1 parent 1ea1328 commit d7e5ce5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Update version
shell: bash
run: |
sed -i 's/0.0.0/${{ github.ref_name }}/' charts/Chart.yaml
- name: Helm Publish
uses: huggingface/helm-publish-action@latest
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Helm Chart containing our common functions

# Usage
## Usage

Coming soon ...

Expand Down
2 changes: 1 addition & 1 deletion charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: common
description: Common chart for Hugging Face
type: library
version: 0.1.0
version: 0.0.0

0 comments on commit d7e5ce5

Please sign in to comment.