Skip to content

Commit 8542660

Browse files
authored
feat: SDK-1233 use self-serve full workflow action (#121)
1 parent 7c8b615 commit 8542660

File tree

2 files changed

+17489
-0
lines changed

2 files changed

+17489
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Generate and Publish SDK
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
version:
7+
description: |
8+
SDK Version.
9+
E.g., 1.0.0, 1.0.1, 1.0.0-SNAPSHOT, etc.
10+
required: true
11+
type: string
12+
13+
jobs:
14+
generate-and-publish:
15+
uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-full-workflow.yaml@main
16+
with:
17+
name: rapid
18+
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)