diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 568df920c..5cf73d2ce 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -40,6 +40,9 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Ensure no dependencies are pre-release versions + run: | + ! grep -e "-alpha" -e "-SNAPSHOT" helm/${{ matrix.charts }}/Chart.yaml - name: Publish chart uses: >- Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v3.1.0