mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
fix(ci): Helm chart was not automatically released
This commit is contained in:
parent
3dd45b4620
commit
ff0c1553f0
3 changed files with 43 additions and 6 deletions
|
|
@ -21,6 +21,11 @@ plugins:
|
|||
-e "s/version: .*/version: ${nextRelease.version}/g" \
|
||||
-e "s/appVersion: .*/appVersion: ${nextRelease.version}/g" \
|
||||
$CHART_FILE
|
||||
|
||||
# Package Helm Chart
|
||||
mkdir .helm-chart
|
||||
helm package charts/listory --destination .helm-charts
|
||||
|
||||
- - semantic-release-docker
|
||||
- name: apricote/listory
|
||||
- - "@semantic-release/git"
|
||||
|
|
@ -29,4 +34,7 @@ plugins:
|
|||
- package.json
|
||||
- package-lock.json
|
||||
- charts/listory/Chart.yaml
|
||||
- "@semantic-release/github"
|
||||
- - "@semantic-release/github"
|
||||
- assets:
|
||||
- path: .helm-chart/listory-*.tgz
|
||||
label: Helm Chart
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue