Skip to content

Commit 2a8b90a

Browse files
committed
Update config...
* Publish Sample Apk on GooglePlay now is the last job
1 parent fe9c2a0 commit 2a8b90a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,16 @@ jobs:
155155
- run:
156156
name: chmod permissions
157157
command: chmod +x ./gradlew
158+
- run:
159+
name: Build apk
160+
command: ./gradlew assembleRelease
158161
- run:
159162
name: Publish to Jcenter and Maven Central
160163
command: ./gradlew clean build bintrayUpload -PdryRun=false
161164
- run:
162165
name: Publish to Github Package
163166
command: ./gradlew publish
167+
- publish-sample-apk-google-play
164168
# Push Changelog, Apk and new version to remote repository.
165169
push-updates-to-remote-github:
166170
machine: true
@@ -212,8 +216,6 @@ workflows:
212216
- tools/attach-dir:
213217
paths: lib.properties
214218
destination: ./
215-
post-steps:
216-
- publish-sample-apk-google-play
217219
filters: *orb_tagged_filters
218220
requires: [versioning]
219221
- publish-github-release:

0 commit comments

Comments
 (0)