Skip to content

Commit

Permalink
fix: fix helm publish workflow (#14884)
Browse files Browse the repository at this point in the history
* fix: fix wrong directory invocation in workflow

* fix: Increase waiting time for repo sync call

* fix: fix workflow

* fix: fix helm publish workflow
  • Loading branch information
xpuska513 authored and mfsiega-airbyte committed Jul 21, 2022
1 parent bf65839 commit ea8af12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,10 @@ jobs:
done
helm repo index airbyte-oss/
- name: Commit and push changes
uses: EndBug/add-and-commit@v9
with:
message: 'Bump release to ${{ needs.generate-semantic-version.outputs.next-version }}'
add: '.'
cwd: './airbyte-oss/'

0 comments on commit ea8af12

Please sign in to comment.