mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-05 16:24:27 +02:00
ci: Remove testing
This commit is contained in:
parent
c2316dc9d1
commit
5888607388
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -57,11 +57,14 @@ jobs:
|
||||
run: |
|
||||
echo "${{ secrets.KEYSTORE }}" | base64 --decode > "keystore.jks"}
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
KEYSTORE_ENTRY_ALIAS: ${{ secrets.KEYSTORE_ENTRY_ALIAS }}
|
||||
KEYSTORE_ENTRY_PASSWORD: ${{ secrets.KEYSTORE_ENTRY_PASSWORD }}
|
||||
run: |
|
||||
flutter build apk
|
||||
npx semantic-release
|
||||
|
||||
- name: Find APK file
|
||||
id: find_apk
|
||||
|
Loading…
x
Reference in New Issue
Block a user