Skip to content

Commit

Permalink
Fix: exclude sample module for building release
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Jul 5, 2021
1 parent d3838f6 commit 7434890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7434890

Please sign in to comment.