diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d180855..13aff9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/openapitools.json b/openapitools.json deleted file mode 100644 index 2f4612c..0000000 --- a/openapitools.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json", - "spaces": 2, - "generator-cli": { - "version": "7.8.0" - } -}