Skip to content

Commit

Permalink
Merge pull request #969 from mikepenz/develop
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
mikepenz committed Feb 6, 2021
2 parents 0a20adf + 9e6c008 commit 2b9f1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
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 2b9f1c2

Please sign in to comment.