Fix helm-release workflow

This commit is contained in:
mmontes11
2024-08-29 17:08:13 +02:00
parent ddd62f1bc4
commit 0c02c8c6f7

View File

@ -55,6 +55,6 @@ jobs:
fetch-depth: 0
- name: Dispatch helm OLM workflow
run: gh workflow run bundle.yaml --repo mariadb-operator/mariadb-operator-helm -f version=$(make helm-chart-version)
run: gh workflow run bundle.yaml --repo mariadb-operator/mariadb-operator-helm -f version=$(make helm-version)
env:
GITHUB_TOKEN: "${{ secrets.GHA_TOKEN }}"