Skip to content

Commit 229701b

Browse files
committed
fix
1 parent 469f391 commit 229701b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/generate-and-publish-sdk-sources.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
secrets: inherit
1717
with:
1818
name: xap
19-
version: ${{ inputs.version }}
20-
transformations: "--headers key --operationIdsToTags"
19+
ref: ${{ github.head_ref || github.ref_name }}
2120
repository: 'ExpediaGroup/xap-java-sdk'
22-
ref: ${{ '20241217' }}
21+
sdk_repo_ref: 'v20241217'
22+
transformations: '--headers key --operationIdsToTags'
23+
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)