fix release workflow for catalog

This commit is contained in:
kjeld Schouten-Lebbing
2021-07-01 12:07:05 +02:00
parent 2ab63cc32f
commit cc566b6ae3
-1
View File
@@ -117,7 +117,6 @@ jobs:
cd catalog
/bin/bash -c "PWD=${pwd}; /usr/local/bin/catalog_validate validate --path $PWD"
- name: Commit and Push new App releases
if: ${{ needs.pre-release.outputs.release == 'true' }}
run: |
cd catalog
git config user.name "TrueCharts-Bot"