forked from readium/readium-lcp-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update chart to fix license_status config section
- Loading branch information
1 parent
1fd6605
commit 0e31f7e
Showing
3 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ name: publish helm chart | |
|
||
on: | ||
workflow_dispatch: | ||
workflow_run: | ||
workflows: ["build & publish"] | ||
types: | ||
- completed | ||
push: | ||
branches: ["ci"] | ||
paths: | ||
- "ci/helm-chart/Chart.yaml" | ||
|
||
jobs: | ||
chart: | ||
|
@@ -15,15 +15,15 @@ jobs: | |
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Update chart | ||
run: ./ci/update_chart_version.sh | ||
- name: Commit chart update | ||
run: | | ||
git config user.name "nota-ci" | ||
git config user.email "[email protected]" | ||
git add ci/helm-chart/Chart.yaml | ||
git commit -m "chor(ci): update Chart version" || echo "Nothing to commit" | ||
git push origin ${{ github.ref_name }} | ||
# - name: Update chart | ||
# run: ./ci/update_chart_version.sh | ||
# - name: Commit chart update | ||
# run: | | ||
# git config user.name "nota-ci" | ||
# git config user.email "[email protected]" | ||
# git add ci/helm-chart/Chart.yaml | ||
# git commit -m "chor(ci): update Chart version" || echo "Nothing to commit" | ||
# git push origin ${{ github.ref_name }} | ||
- name: Publish Helm chart | ||
uses: stefanprodan/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters