fix push not being executed in release script
This commit is contained in:
1
.github/workflows/apps.release.yaml
vendored
1
.github/workflows/apps.release.yaml
vendored
@@ -53,6 +53,7 @@ jobs:
|
||||
git config user.email "bot@truecharts.org"
|
||||
git add --all
|
||||
git commit -sm "Commit released Helm Chart and docs for TrueCharts" || exit 0
|
||||
git push
|
||||
|
||||
- name: Commit and Push new App releases
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user