Remove Build API client release step
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -28,9 +28,6 @@ jobs:
|
|||||||
- name: Set NPM version
|
- name: Set NPM version
|
||||||
run: npm version ${{ github.ref_name }} --allow-same-version --no-git-tag-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
|
- name: Build SDK
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
|
||||||
"spaces": 2,
|
|
||||||
"generator-cli": {
|
|
||||||
"version": "7.8.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user