Update prerelease.yml

This commit is contained in:
Arjix 2021-08-22 20:55:29 +03:00 committed by GitHub
parent ee3736e691
commit 0139bd6554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ jobs:
run: chmod +x gradlew
- name: Set checks for prerelease updates to true by default
run: |
COMMIT_HASH="$(git log -1 --format='%H')"
sed -i "s/R\.string\.prerelease_update_key), false))/R\.string\.prerelease_update_key), true))/" app/src/main/java/com/lagradost/cloudstream3/utils/InAppUpdater.kt
- name: Update prerelease_commit_hash
run: |