Skip to content

Commit e1dab5d

Browse files
fix: release snapshot
1 parent 3194a9d commit e1dab5d

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.github/workflows/release-sdk-snapshot.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,14 @@ on:
66
- "v2-dev"
77

88
jobs:
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:

xap-sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARTIFACT_NAME=xap-sdk
22
DESCRIPTION=The Expedia API Platform (XAP) SDK
33

4-
VERSION=2.0.0-alpha
4+
VERSION=2.0.0-alpha-SNAPSHOT
55
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled

0 commit comments

Comments
 (0)