diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d089bcac..f277058d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -93,7 +93,7 @@ jobs: run: | echo ${{ secrets.GITHUB_TOKEN }} | helm registry login -u twingate --password-stdin $REGISTRY helm package deploy/twingate-operator --version $CHART_VERSION --app-version $APP_VERSION - helm push twingate-operator-$CHART_VERSION.tgz oci://$REGISTRY/twingate/charts + helm push twingate-operator-$CHART_VERSION.tgz oci://$REGISTRY/twingate/helmcharts # release_prod: # name: Release PROD