Skip to content

Commit 9e2b332

Browse files
chore: test snapshot action
1 parent 42a7b66 commit 9e2b332

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/snapshot-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
distribution: 'temurin'
2626
java-version: '17'
27-
cache: 'gradle'
2827

2928
- name: Publish Snapshots
3029
env:

expediagroup-sdk-core/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ ARTIFACT_NAME=expediagroup-sdk-core
22
DESCRIPTION=Core library supporting various EG SDKs
33

44
# x-release-please-start-version
5-
VERSION=0.0.1-beta
5+
VERSION=0.0.1-SNAPSHOT
66
# x-release-please-end

0 commit comments

Comments
 (0)