Skip to content

Commit c2e49e8

Browse files
authored
Merge pull request #2 from intergral/fix_release
chore(build): fix release to include deep module
2 parents 6e68a6d + f553c67 commit c2e49e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Update java version
3232
run: mvn versions:set -DnewVersion=${VERSION} -B -U
3333
- name: Build and Release
34-
run: mvn -s .ci-settings.xml clean deploy -P release-ossrh -B -U -pl agent --also-make
34+
run: mvn -s .ci-settings.xml clean deploy -DskipTests -P release-ossrh -B -U -pl agent,deep --also-make

0 commit comments

Comments
 (0)