diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 575cbfc..23b1be5 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -63,6 +63,12 @@ jobs: npm install --save-exact --workspace petstore-example openapi-typescript-server@${{ env.PACKAGE_VERSION }} openapi-typescript-server-express@${{ env.PACKAGE_VERSION }} npm install --save-exact --workspace petstore-example openapi-typescript-server@${{ env.PACKAGE_VERSION }} openapi-typescript-server-express@${{ env.PACKAGE_VERSION }} + - name: Build the packages + run: npm run build:packages + + - name: Codegen examples with latest version + run: npm run gen:examples + - name: Configure Git run: | git config --global user.name "github-actions[bot]"