Call helm publish workflow by file name without path (#843)

This commit is contained in:
Mariano Asselborn 2023-02-13 10:58:13 -05:00 committed by GitHub
parent a4e076b132
commit c5c28cb385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ jobs:
RELEASE_TAG: << pipeline.parameters.release-tag >>
command: |
export GITHUB_TOKEN="${HELM_CHARTS_GITHUB_TOKEN}"
./bin/gh workflow run .github/workflows/publish-charts.yml \
./bin/gh workflow run publish-charts.yml \
--repo hashicorp/helm-charts \
--ref main \
-f SOURCE_TAG="${CIRCLE_TAG}" \