Skip to content

Commit 8a2bb7f

Browse files
fix: release 2.0.0-alpha
1 parent c6c058e commit 8a2bb7f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Stable Release
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- 'v2-dev'
58

69
jobs:
710
run-e2e-examples:

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

0 commit comments

Comments
 (0)