Skip to content

Commit

Permalink
- sample app has no staging variant
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Feb 6, 2021
1 parent a8671e4 commit 9e6c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Build Release App
if: startsWith(github.ref, 'refs/tags/')
run: ./gradlew app:assembleStaging app:assembleRelease app:bundleRelease
run: ./gradlew app:assembleRelease app:bundleRelease

- name: Prepare Sonatype Gradle properties
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 9e6c008

Please sign in to comment.