Skip to content

Generate and Publish SDK Sources #3

Generate and Publish SDK Sources

Generate and Publish SDK Sources #3

name: Generate and Publish SDK Sources
on:
workflow_dispatch:
inputs:
version:
description: |
SDK Version.
E.g., 1.0.0, 1.0.1, 1.0.0-SNAPSHOT, etc.
required: true
type: string
jobs:
generate-and-publish-sources:
uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-full-workflow.yaml@v20250203
secrets: inherit
with:
name: fraudpreventionv2
ref: ${{ github.head_ref || github.ref_name }}
repository: 'ExpediaGroup/fraud-prevention-java-sdk'
sdk_repo_ref: 'v20250203'
transformations: '--operationIdsToTags'
version: ${{ inputs.version }}