mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
fix(ci): ensure signing is setup for release workflow
This commit is contained in:
parent
c554459191
commit
42310a6a33
1 changed files with 8 additions and 0 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -17,6 +17,11 @@ jobs:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 18
|
java-version: 18
|
||||||
|
|
||||||
|
- name: Decrypt secrets
|
||||||
|
run: scripts/signing-setup.sh "$ENCRYPT_KEY"
|
||||||
|
env:
|
||||||
|
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
|
||||||
|
|
||||||
- name: Build release bundle
|
- name: Build release bundle
|
||||||
uses: gradle/gradle-build-action@v2.3.3
|
uses: gradle/gradle-build-action@v2.3.3
|
||||||
with:
|
with:
|
||||||
|
@ -32,3 +37,6 @@ jobs:
|
||||||
track: production
|
track: production
|
||||||
whatsNewDirectory: distribution/whatsnew
|
whatsNewDirectory: distribution/whatsnew
|
||||||
mappingFile: android/bundle/mapping.txt
|
mappingFile: android/bundle/mapping.txt
|
||||||
|
|
||||||
|
- name: Clean secrets
|
||||||
|
run: scripts/signing-cleanup.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue