From 5d96f9c7cab280ed2f00e7347e8f4c592f2edaff Mon Sep 17 00:00:00 2001 From: benhpoh Date: Fri, 21 Jan 2022 11:18:38 +1100 Subject: [PATCH] update workflow sequence Signed-off-by: benhpoh --- .github/workflows/helm-chart-releaser.yml | 16 ++++++---------- chart/ms-compitem-crud/Chart.yaml | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/helm-chart-releaser.yml b/.github/workflows/helm-chart-releaser.yml index b23ad99..5fa6d53 100644 --- a/.github/workflows/helm-chart-releaser.yml +++ b/.github/workflows/helm-chart-releaser.yml @@ -33,15 +33,12 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - trigger-workflow: - runs-on: ubuntu-latest - env: - REPO_OWNER: ortelius - REPO_NAME: ortelius-charts - WORKFLOW_FILENAME: helm-indexer.yaml - - steps: - - run: | + - name: trigger-workflow + env: + REPO_OWNER: ortelius + REPO_NAME: ortelius-charts + WORKFLOW_FILENAME: helm-indexer.yaml + run: | curl \ --request POST \ --url https://api.github.com/repos/$REPO_OWNER/$REPO_NAME/actions/workflows/$WORKFLOW_FILENAME/dispatches \ @@ -49,4 +46,3 @@ jobs: --header "Accept: application/vnd.github.v3+json" \ --data '{"ref":"main"}' \ --fail - diff --git a/chart/ms-compitem-crud/Chart.yaml b/chart/ms-compitem-crud/Chart.yaml index 633d28d..5f96d3c 100644 --- a/chart/ms-compitem-crud/Chart.yaml +++ b/chart/ms-compitem-crud/Chart.yaml @@ -15,4 +15,4 @@ name: ms-compitem-crud description: Dependency Packages type: application icon: https://ortelius.github.io/ortelius-charts/logo.png -version: "10.0.0-build.52" +version: "10.0.0-build.53"