Skip to content

Commit

Permalink
Merge pull request #7 from tinkoff-mobile-tech/andorid_add_no_configu…
Browse files Browse the repository at this point in the history
…ration_cacge

disable for CI gradle configuration cache
  • Loading branch information
Nov1kov authored Nov 21, 2022
2 parents e1a2668 + 793ceee commit c6ebaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_lib.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
id: artifacts
run: |
if ./gradlew tasks --all | grep uploadArchives; then
./gradlew uploadArchives -Psigning.secretKeyRingFile=$HOME/secring.gpg -Prelease
./gradlew uploadArchives -Psigning.secretKeyRingFile=$HOME/secring.gpg -Prelease --no-configuration-cache
else
./gradlew publishReleasePublicationToMavenRepository -Psigning.secretKeyRingFile=$HOME/secring.gpg -Prelease
./gradlew publishReleasePublicationToMavenRepository -Psigning.secretKeyRingFile=$HOME/secring.gpg -Prelease --no-configuration-cache
fi
- name: Push tag
Expand Down

0 comments on commit c6ebaf4

Please sign in to comment.