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 >>
|
||||
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}" \
|
||||
|
|
Loading…
Reference in a new issue