Skip to content

Commit 499ae83

Browse files
authored
fix: publish-sdk snapshot build release (#198)
* fix: publish-sdk snapshot build release
1 parent 3e0e6df commit 499ae83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-sdk.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
mkdir -p ~/.gradle/
3939
echo "GRADLE_USER_HOME=${HOME}/.gradle" >> $GITHUB_ENV
4040
41+
- name: Stage release artifact
42+
run: ./gradlew eppo:assemble eppo:publish -Prelease
43+
4144
- name: Publish and Release to Maven Central Portal
4245
working-directory: eppo
4346
run: ../gradlew publishAndReleaseToMavenCentral -Prelease --no-daemon --no-configuration-cache

0 commit comments

Comments
 (0)