Skip to content

Commit b83b553

Browse files
fix: release snapshot
1 parent b6c457c commit b83b553

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Snapshot Release
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
branch:
7-
description: 'Branch to build SDK and release the SDK from'
8-
required: true
9-
type: string
4+
push:
5+
branches:
6+
- "v2-dev"
107

118
jobs:
129
run-integration-tests:

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-SNAPSHOT
4+
VERSION=2.0.0-alpha
55
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled

0 commit comments

Comments
 (0)