mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-24 19:02:12 +02:00
build(Needs bump): Sign publication artifacts
This commit is contained in:
parent
bc5c16f112
commit
98085d1d45
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -24,6 +24,13 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Import GPG key
|
||||||
|
uses: crazy-max/ghaction-import-gpg@v6
|
||||||
|
with:
|
||||||
|
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
|
passphrase: ${{ secrets.PASSPHRASE }}
|
||||||
|
fingerprint: ${{ env.GPG_FINGERPRINT }}
|
||||||
|
|
||||||
- name: Cache Gradle
|
- name: Cache Gradle
|
||||||
uses: burrunan/gradle-cache-action@v1
|
uses: burrunan/gradle-cache-action@v1
|
||||||
|
|
||||||
|
@ -88,3 +88,8 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
signing {
|
||||||
|
useGpgCmd()
|
||||||
|
sign(publishing.publications["revanced-patcher-publication"])
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user