Skip to content

Commit 50241cb

Browse files
authored
chore: update release-sdk action to use 'legacy' workflow version (#308)
1 parent e125fd6 commit 50241cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
sdk_repo_ref:
1313
description: |
1414
Branch or tag to checkout on the `expediagroup-java-sdk` repository.
15-
Leave empty to use the default branch (legacy).
1615
type: string
1716
default: 'legacy'
1817

.github/workflows/release-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# jdk: ${{ matrix.jdk }}
2323

2424
release-sdk:
25-
uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20250415
25+
uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@legacy
2626
# needs: [ run-examples ]
2727
secrets: inherit
2828
with:

0 commit comments

Comments
 (0)