Skip to content

Commit 87ab5ac

Browse files
committed
chore: remove unused script
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent 94bce6c commit 87ab5ac

File tree

2 files changed

+2
-69
lines changed

2 files changed

+2
-69
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Build and Release Java Models
7070
if: ${{ github.event.inputs.release_java != 'false' }}
71-
run: |
71+
run: |
7272
echo "📦 Building and releasing Java models..."
7373
cd api-models/java
7474
# Set the release version
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Build and Release TypeScript Models
8686
if: ${{ github.event.inputs.release_typescript != 'false' }}
87-
run: |
87+
run: |
8888
echo "📦 Building and releasing TypeScript models..."
8989
cd api-models/typescript
9090
# Set the release version

scripts/publish-models.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)