We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0e6df commit 499ae83Copy full SHA for 499ae83
.github/workflows/publish-sdk.yaml
@@ -38,6 +38,9 @@ jobs:
38
mkdir -p ~/.gradle/
39
echo "GRADLE_USER_HOME=${HOME}/.gradle" >> $GITHUB_ENV
40
41
+ - name: Stage release artifact
42
+ run: ./gradlew eppo:assemble eppo:publish -Prelease
43
+
44
- name: Publish and Release to Maven Central Portal
45
working-directory: eppo
46
run: ../gradlew publishAndReleaseToMavenCentral -Prelease --no-daemon --no-configuration-cache
0 commit comments