diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 237c026..36890fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,13 +85,11 @@ jobs: run: | echo ${{ secrets.HELM_TOKEN }} | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin helm push docs/onechart-${CHART_VERSION}.tgz oci://ghcr.io/gimlet-io - helm push docs/namespaces-${NAMESPACES_CHART_VERSION}.tgz oci://ghcr.io/gimlet-io helm push docs/cron-job-${CHART_VERSION}.tgz oci://ghcr.io/gimlet-io helm push docs/static-site-${STATIC_SITE_CHART_VERSION}.tgz oci://ghcr.io/gimlet-io env: CHART_VERSION: ${{ steps.chart_version.outputs.chart_version }} STATIC_SITE_CHART_VERSION: ${{ steps.chart_version.outputs.static_site_chart_version }} - NAMESPACES_CHART_VERSION: ${{ steps.chart_version.outputs.namespaces_chart_version }} - name: Preparing the next release version run: | git config --global user.email "action@github.com"