Skip to content

Commit d075d90

Browse files
author
Mint de Wit
committed
chore: wip
1 parent 618ce57 commit d075d90

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.github/workflows/node.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -687,38 +687,3 @@ jobs:
687687
node scripts/checkForMultipleVersions.mjs
688688
env:
689689
CI: true
690-
691-
release-openapi-lib:
692-
name: Build and release OpenAPI typescript client
693-
runs-on: ubuntu-latest
694-
continue-on-error: true
695-
timeout-minutes: 15
696-
697-
# only run for tags
698-
if: contains(github.ref, 'refs/tags/')
699-
700-
steps:
701-
- uses: actions/checkout@v4
702-
with:
703-
persist-credentials: false
704-
705-
- name: Use Node.js
706-
uses: actions/setup-node@v4
707-
with:
708-
node-version-file: ".node-version"
709-
- name: Prepare Environment # have to run this first to make sure the semver lib is available
710-
run: |
711-
yarn config set cacheFolder /home/runner/release-libs-cache
712-
713-
cd packages
714-
yarn install
715-
env:
716-
CI: true
717-
718-
- name: Generate code
719-
uses: hatamiarash7/[email protected]
720-
with:
721-
generator: typescript-fetch
722-
openapi-file: ./packages/openapi/api/actions.yaml
723-
output-dir: ./packages/openapi/client/ts
724-
command-args: -p supportsES6=true

0 commit comments

Comments
 (0)