| commit | 8542e0741cbb3623db5c9598103e3372f289a224 | [log] [tgz] |
|---|---|---|
| author | Will Holley <will.holley@uk.ibm.com> | Tue May 21 11:41:26 2024 +0100 |
| committer | Will Holley <will.holley@uk.ibm.com> | Tue May 21 11:41:26 2024 +0100 |
| tree | 18da95db19b969b6b6682682859f10edbd983d88 | |
| parent | 18c269408f03807a3d2e7f96db3ce889f53db333 [diff] |
fix: remove duplicate build setup helm action
diff --git a/.github/workflows/chart-releaser.yaml b/.github/workflows/chart-releaser.yaml index 960bab3..c9fef46 100644 --- a/.github/workflows/chart-releaser.yaml +++ b/.github/workflows/chart-releaser.yaml
@@ -26,9 +26,6 @@ git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Build Setup Helm - run: npm build - - - name: Build Setup Helm run: cd ./.github/actions/setup-helm && npm run-script build - name: Install Helm