Call helm publish workflow by file name without path (#843)
This commit is contained in:
parent
a4e076b132
commit
c5c28cb385
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
||||||
RELEASE_TAG: << pipeline.parameters.release-tag >>
|
RELEASE_TAG: << pipeline.parameters.release-tag >>
|
||||||
command: |
|
command: |
|
||||||
export GITHUB_TOKEN="${HELM_CHARTS_GITHUB_TOKEN}"
|
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 \
|
--repo hashicorp/helm-charts \
|
||||||
--ref main \
|
--ref main \
|
||||||
-f SOURCE_TAG="${CIRCLE_TAG}" \
|
-f SOURCE_TAG="${CIRCLE_TAG}" \
|
||||||
|
|
Loading…
Reference in a new issue