File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 66 - " v2-dev"
77
88jobs :
9- run-integration-tests :
10- runs-on : ubuntu-latest
11- steps :
12- - name : Checkout Repo
13- uses : actions/checkout@v4
14- with :
15- ref : " v2-dev"
16-
17- - name : Run Examples
18- uses : ./.github/workflows/run-integration-tests.yaml
19- with :
20- branch : ' v2-dev' # TODO: Update to main
21- jdk : ' 8'
22-
239 release :
2410 runs-on : ubuntu-latest
25- needs : [run-integration-tests]
2611 steps :
2712 - name : Checkout
2813 uses : actions/checkout@v4
2914 with :
3015 fetch-depth : 0
31- ref : ${{ inputs.branch }}
16+ ref : " v2-dev "
3217
3318 - name : Publish SDK
3419 env :
Original file line number Diff line number Diff line change 11ARTIFACT_NAME =xap-sdk
22DESCRIPTION =The Expedia API Platform (XAP) SDK
33
4- VERSION =2.0.0-alpha
4+ VERSION =2.0.0-alpha-SNAPSHOT
55org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
You can’t perform that action at this time.
0 commit comments