Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
i.o.novikov committed Nov 21, 2022
1 parent e1a2668 commit 793ceee
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 793ceee

Please sign in to comment.