Remove Build API client release step

This commit is contained in:
carlosmonastyrski
2025-05-06 14:28:20 -03:00
parent 2c40507f81
commit 455454e186
2 changed files with 0 additions and 10 deletions

View File

@@ -28,9 +28,6 @@ jobs:
- name: Set NPM version
run: npm version ${{ github.ref_name }} --allow-same-version --no-git-tag-version
- name: Build API client
run: npm run generate-api:infisical
- name: Build SDK
run: npm run build

View File

@@ -1,7 +0,0 @@
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.8.0"
}
}