From 7434890cda047633542a297eb9ae243cb5855cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A1s?= Date: Mon, 5 Jul 2021 09:55:52 +0200 Subject: [PATCH] Fix: exclude sample module for building release --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a3551923..887b41c1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: # Builds the release artifacts of the library - name: Release build - run: ./gradlew assembleRelease -x :app:assembleRelease + run: ./gradlew assembleRelease -x :sample:assembleRelease # Generates other artifacts (javadocJar is optional) - name: Source jar