fix: bind version to zitadel tag

This commit is contained in:
Max Peintner
2025-03-10 17:14:57 +01:00
parent 365a85eda4
commit 97b033206c
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@zitadel/proto": patch
---
bind @zitadel/proto version to zitadel tag

View File

@@ -14,7 +14,7 @@
],
"sideEffects": false,
"scripts": {
"generate": "buf generate https://github.com/zitadel/zitadel.git --path ./proto/zitadel",
"generate": "buf generate https://github.com/zitadel/zitadel.git#tag=v2.71.1 --path ./proto/zitadel",
"clean": "rm -rf zitadel .turbo node_modules google protoc-gen-openapiv2 validate"
},
"dependencies": {