diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index ba52e76..dd4e8bb 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -59,6 +59,8 @@ jobs: extra_plugins: | conventional-changelog-conventionalcommits@6.1.0 semantic-release-monorepo@7.0.5 + @semantic-release/exec@6.0.3 + @semantic-release/git@10.0.1 @semantic-release/commit-analyzer@9.0.2 extends: | semantic-release-monorepo diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db2f398..a52975f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,6 +28,8 @@ jobs: semantic_version: 18.0.1 extra_plugins: | conventional-changelog-conventionalcommits@6.1.0 + @semantic-release/exec@6.0.3 + @semantic-release/git@10.0.1 semantic-release-monorepo@7.0.5 @semantic-release/commit-analyzer@9.0.2 extends: |