diff --git a/.github/workflows/zitadel.yml b/.github/workflows/zitadel.yml index 2691109f80..c5512d5290 100644 --- a/.github/workflows/zitadel.yml +++ b/.github/workflows/zitadel.yml @@ -80,7 +80,7 @@ jobs: name: go-codecov - name: Bump Chart Version uses: peter-evans/repository-dispatch@v2 - if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main' + if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/next' with: token: ${{ steps.generate-token.outputs.token }} repository: zitadel/zitadel-charts