Skip to content

Commit

Permalink
actions: add missing signing{} rewriter.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Jul 7, 2023
1 parent a8893b4 commit 06d3bb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
WORKSPACE: ${{ github.workspace }}
GPG_KEY_CONTENTS: ${{ secrets.GPG_KEY_CONTENTS }}
SIGNING_SECRET_KEY_RING_FILE: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
- name: rewrite build.gradle.kts to require signing
if: startsWith(github.ref, 'refs/tags/')
run: |
sed -i "s/signing {}/signing { sign(publishing.publications) }/" publish-pom.gradle
- name: cache AVD
uses: actions/cache@v3
env:
Expand Down

0 comments on commit 06d3bb3

Please sign in to comment.