Skip to content

Commit 2e294dc

Browse files
committed
chore(build): test non-snapshot publish
1 parent 1811e99 commit 2e294dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [published]
67

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
group 'com.factset.sdk'
17-
version '1.1.4-SNAPSHOT'
17+
version '0.0.1'
1818

1919
dependencies {
2020
implementation 'org.slf4j:slf4j-api:1.7.36'

0 commit comments

Comments
 (0)