Skip to content

Commit

Permalink
Use 'publishMavenLocal' Gradle task (#39)
Browse files Browse the repository at this point in the history
`installArchives` is deprecated. Long live `publishToMavenLocal`. 🙃
  • Loading branch information
twyatt authored Apr 6, 2021
1 parent 80139ea commit 72ce7de
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 @@ -51,7 +51,7 @@ jobs:
-Psigning.keyId="${{ secrets.SIGNING_KEY_ID }}"
-Psigning.password="${{ secrets.SIGNING_PASSWORD }}"
-Psigning.secretKeyRingFile="$HOME/secring.gpg"
installArchives
publishToMavenLocal
- name: Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 72ce7de

Please sign in to comment.