We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bce6c commit 87ab5acCopy full SHA for 87ab5ac
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Build and Release Java Models
70
if: ${{ github.event.inputs.release_java != 'false' }}
71
- run: |
+ run: |
72
echo "📦 Building and releasing Java models..."
73
cd api-models/java
74
# Set the release version
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Build and Release TypeScript Models
86
if: ${{ github.event.inputs.release_typescript != 'false' }}
87
88
echo "📦 Building and releasing TypeScript models..."
89
cd api-models/typescript
90
scripts/publish-models.sh
0 commit comments