Skip to content

Commit

Permalink
Fixed CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
aminography committed Oct 23, 2022
1 parent 80d25fb commit 3b511bf
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 @@ -20,7 +20,7 @@ jobs:

# Builds the release artifacts of the library
- name: Release build
run: ./gradlew assembleRelease -x :sample-app:assembleRelease -x :sample-app-java:assembleRelease
run: ./gradlew assembleRelease -x :sample-app:assembleRelease # -x :sample-app-java:assembleRelease

# Generates other artifacts (javadocJar is optional)
- name: Source jar and dokka
Expand Down

0 comments on commit 3b511bf

Please sign in to comment.