-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking changes in the configuration. Also run release action, until fixed
- Loading branch information
sando38
committed
Jul 14, 2023
1 parent
fe167e6
commit 8c6a480
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -4,8 +4,8 @@ on: | |
push: | ||
branches: | ||
- main | ||
# paths: | ||
# - 'charts/ejabberd/Chart.yaml' | ||
paths: | ||
- 'charts/ejabberd/Chart.yaml' | ||
|
||
jobs: | ||
release: | ||
|
@@ -55,7 +55,7 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Run chart-releaser | ||
if: steps.list-changed.outputs.changed == 'true' | ||
# if: steps.list-changed.outputs.changed == 'true' | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |
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