mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-06-30 22:12:59 +08:00
Update release-build.yml
This commit is contained in:
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -48,5 +48,5 @@ jobs:
|
|||||||
keyAlias: ${{ secrets.SIGNING_KEY_ALIAS }}
|
keyAlias: ${{ secrets.SIGNING_KEY_ALIAS }}
|
||||||
keyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
|
keyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.SIGNING_KEYSTORE }} | base64 --decode > keystore.jks
|
echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > keystore.jks
|
||||||
npx semantic-release
|
npx semantic-release
|
||||||
|
Reference in New Issue
Block a user